]> git.ipfire.org Git - thirdparty/tornado.git/commit
Start using new unittest features from py27/unittest2.
authorBen Darnell <ben@bendarnell.com>
Thu, 30 Aug 2012 21:43:54 +0000 (17:43 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 30 Aug 2012 22:24:49 +0000 (18:24 -0400)
commit4e91f6720b97ad8c294552b88410b0ed689c0768
tree6436ca0cb920097d32455a10787fc74af8778734
parent73c1ddfe2b23915a917054bb77a413d1c09635b4
Start using new unittest features from py27/unittest2.

Tornado's test suite now requires unittest2 on py25 and py26.
tornado.testing will use unittest2 if available but does not require
it.

This means we can no longer run the test suite under app engine 2.5,
although it still works for app engine 2.7.
16 files changed:
maint/test/appengine/tox.ini
tornado/test/escape_test.py
tornado/test/httpserver_test.py
tornado/test/httputil_test.py
tornado/test/import_test.py
tornado/test/ioloop_test.py
tornado/test/locale_test.py
tornado/test/options_test.py
tornado/test/runtests.py
tornado/test/stack_context_test.py
tornado/test/testing_test.py
tornado/test/twisted_test.py
tornado/test/util.py [new file with mode: 0644]
tornado/test/util_test.py
tornado/testing.py
tox.ini