]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Added the twistedreactor_test to runtests.py.
authorOvidiu Predescu <ovidiu@gmail.com>
Tue, 12 Jul 2011 19:08:50 +0000 (12:08 -0700)
committerOvidiu Predescu <ovidiu@gmail.com>
Tue, 12 Jul 2011 19:08:50 +0000 (12:08 -0700)
tornado/test/runtests.py

index 7f6d3b68a64420a6d9b10f992f3e0106cd051148..e18b24f31fd119d20318680bdee7a8cf0576e4d8 100755 (executable)
@@ -14,6 +14,7 @@ TEST_MODULES = [
     'tornado.test.ioloop_test',
     'tornado.test.iostream_test',
     'tornado.test.process_test',
+    'tornado.test.twistedreactor_test',
     'tornado.test.simple_httpclient_test',
     'tornado.test.stack_context_test',
     'tornado.test.template_test',