.. asynctest documentation master file

asynctest documentation
=======================

.. automodule:: asynctest

This documentation contains the reference of the classes and functions defined
by asynctest, and an introduction guide.

Tutorial
---------

.. toctree::
   :maxdepth: 2

   tutorial.introduction
   tutorial.test_cases
   tutorial.mocking
   tutorial.advanced

Reference
---------

.. toctree::
   :maxdepth: 2

   asynctest.case
   asynctest.mock
   asynctest.selector
   asynctest.helpers

Code examples
-------------

.. toctree::
   :maxdepth: 2

   examples/index

Contribute
----------

Development of :mod:`asynctest` is on github:
`Martiusweb/asynctest <https://www.github.com/Martiusweb/asynctest>`_.
Patches, feature requests and bug reports are welcome.

Documentation indices and tables
--------------------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
