Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
tornado / docs / testing.rst
Size: Mime:
``tornado.testing`` --- Unit testing support for asynchronous code
==================================================================

.. automodule:: tornado.testing

   Asynchronous test cases
   -----------------------

   .. autoclass:: AsyncTestCase
      :members:

   .. autoclass:: AsyncHTTPTestCase
      :members:

   .. autoclass:: AsyncHTTPSTestCase
      :members:

   .. autofunction:: gen_test

   Controlling log output
   ----------------------

   .. autoclass:: ExpectLog
      :members:

   Test runner
   -----------

   .. autofunction:: main

   Helper functions
   ----------------

   .. autofunction:: bind_unused_port

   .. autofunction:: get_async_test_timeout