From: Ovidiu Predescu Date: Tue, 12 Jul 2011 19:08:50 +0000 (-0700) Subject: Added the twistedreactor_test to runtests.py. X-Git-Tag: v2.1.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec838edccbe6642ee6aa9a9f50a442b89aa5b0c4;p=thirdparty%2Ftornado.git Added the twistedreactor_test to runtests.py. --- diff --git a/tornado/test/runtests.py b/tornado/test/runtests.py index 7f6d3b68a..e18b24f31 100755 --- a/tornado/test/runtests.py +++ b/tornado/test/runtests.py @@ -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',