Functions | |
def | all |
Variables | |
string | module = r"tornado\..*" |
list | TEST_MODULES |
def tornado.test.runtests.all | ( | ) |
Definition at line 33 of file runtests.py.
string tornado::test::runtests::module = r"tornado\..*" |
Definition at line 49 of file runtests.py.
00001 [ 00002 'tornado.httputil.doctests', 00003 'tornado.iostream.doctests', 00004 'tornado.util.doctests', 00005 'tornado.test.auth_test', 00006 'tornado.test.curl_httpclient_test', 00007 'tornado.test.escape_test', 00008 'tornado.test.gen_test', 00009 'tornado.test.httpclient_test', 00010 'tornado.test.httpserver_test', 00011 'tornado.test.httputil_test', 00012 'tornado.test.import_test', 00013 'tornado.test.ioloop_test', 00014 'tornado.test.iostream_test', 00015 'tornado.test.options_test', 00016 'tornado.test.process_test', 00017 'tornado.test.simple_httpclient_test', 00018 'tornado.test.stack_context_test', 00019 'tornado.test.template_test', 00020 'tornado.test.testing_test', 00021 'tornado.test.twisted_test', 00022 'tornado.test.util_test', 00023 'tornado.test.web_test', 00024 'tornado.test.wsgi_test', 00025 ]
Definition at line 6 of file runtests.py.