Move tests

This commit is contained in:
Markus Unterwaditzer 2014-08-31 21:48:21 +02:00
parent 077d06df54
commit 3550b26071
55 changed files with 2 additions and 6 deletions

View file

@ -117,6 +117,5 @@ setup(
[console_scripts]
flask=flask.cli:main
''',
cmdclass={'audit': run_audit},
test_suite='flask.testsuite.suite'
cmdclass={'audit': run_audit}
)