Skip to content

Commit 3550b26

Browse files
committed
Move tests
1 parent 077d06d commit 3550b26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2
-6
lines changed

MANIFEST.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include Makefile CHANGES LICENSE AUTHORS run-tests.py
1+
include Makefile CHANGES LICENSE AUTHORS
22
recursive-include artwork *
33
recursive-include tests *
44
recursive-include examples *
@@ -9,8 +9,5 @@ recursive-exclude tests *.pyc
99
recursive-exclude tests *.pyo
1010
recursive-exclude examples *.pyc
1111
recursive-exclude examples *.pyo
12-
recursive-include flask/testsuite/static *
13-
recursive-include flask/testsuite/templates *
14-
recursive-include flask/testsuite/test_apps *
1512
prune docs/_build
1613
prune docs/_themes/.git
-1.19 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,5 @@ def run(self):
117117
[console_scripts]
118118
flask=flask.cli:main
119119
''',
120-
cmdclass={'audit': run_audit},
121-
test_suite='flask.testsuite.suite'
120+
cmdclass={'audit': run_audit}
122121
)
File renamed without changes.

0 commit comments

Comments
 (0)