]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add tornado.test.__main__ so the tests can be run with "-m tornado.test".
authorBen Darnell <ben@bendarnell.com>
Sun, 19 Jan 2014 23:58:06 +0000 (18:58 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 19 Jan 2014 23:58:06 +0000 (18:58 -0500)
commitef72aac88b1ac5a36949e0ccd000ec249ff02b9a
tree5c2a7411ac77d288a804ee189be8774dfcce2289
parent665bd981df22b6fdd6d967607f1676a06f0688c2
Add tornado.test.__main__ so the tests can be run with "-m tornado.test".

(This doesn't work on python 2.6)
tornado/test/__main__.py [new file with mode: 0644]
tornado/test/runtests.py