1``tornado.testing`` --- Unit testing support for asynchronous code
2==================================================================
3
4.. automodule:: tornado.testing
5
6   Asynchronous test cases
7   -----------------------
8
9   .. autoclass:: AsyncTestCase
10      :members:
11
12   .. autoclass:: AsyncHTTPTestCase
13      :members:
14
15   .. autoclass:: AsyncHTTPSTestCase
16      :members:
17
18   .. autofunction:: gen_test
19
20   Controlling log output
21   ----------------------
22
23   .. autoclass:: ExpectLog
24      :members:
25
26   Test runner
27   -----------
28
29   .. autofunction:: main
30
31   Helper functions
32   ----------------
33
34   .. autofunction:: bind_unused_port
35
36   .. autofunction:: get_async_test_timeout
37