forked from orbit-oss/flask
Move tests
This commit is contained in:
parent
077d06df54
commit
3550b26071
55 changed files with 2 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
include Makefile CHANGES LICENSE AUTHORS run-tests.py
|
||||
include Makefile CHANGES LICENSE AUTHORS
|
||||
recursive-include artwork *
|
||||
recursive-include tests *
|
||||
recursive-include examples *
|
||||
|
|
@ -9,8 +9,5 @@ recursive-exclude tests *.pyc
|
|||
recursive-exclude tests *.pyo
|
||||
recursive-exclude examples *.pyc
|
||||
recursive-exclude examples *.pyo
|
||||
recursive-include flask/testsuite/static *
|
||||
recursive-include flask/testsuite/templates *
|
||||
recursive-include flask/testsuite/test_apps *
|
||||
prune docs/_build
|
||||
prune docs/_themes/.git
|
||||
|
|
|
|||
Binary file not shown.
3
setup.py
3
setup.py
|
|
@ -117,6 +117,5 @@ setup(
|
|||
[console_scripts]
|
||||
flask=flask.cli:main
|
||||
''',
|
||||
cmdclass={'audit': run_audit},
|
||||
test_suite='flask.testsuite.suite'
|
||||
cmdclass={'audit': run_audit}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue