]> git.ipfire.org Git - thirdparty/tornado.git/commit
Encourage "python -m tornado.test.runtests" as the way to run the tests.
authorBen Darnell <ben@bendarnell.com>
Mon, 25 Jun 2012 01:41:11 +0000 (18:41 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 25 Jun 2012 01:45:27 +0000 (18:45 -0700)
commitef9df4d014f2ebf13dca5836bc48439687936a75
tree4b874e7bd35131948c45013ab648671b5c23e899
parentd37ac92456566dd3d26b62669400be2ed4454f25
Encourage "python -m tornado.test.runtests" as the way to run the tests.

Remove execute bit from tornado/test/runtests.py, which would unexpectedly
run the tests from a globally-installed version of tornado when run directly.
Add a new runtests.sh to make the recommended behavior more discoverable.
Remove run_pyversion_tests.py, which has been superceded by tox.
Update docs.

Closes #545.
MANIFEST.in
runtests.sh [new file with mode: 0755]
tornado/test/run_pyversion_tests.py [deleted file]
tornado/test/runtests.py [changed mode: 0755->0644]
tornado/testing.py