TestFixtures documentation
==========================

TestFixtures is a collection of helpers and mock objects that are
useful when writing unit tests or doc tests.

The sections below describe the use of the various tools included:

.. toctree::
   :maxdepth: 1

   comparing.txt
   mocking.txt
   datetime.txt
   logging.txt
   streams.txt
   files.txt
   exceptions.txt
   warnings.txt
   popen.txt
   django.txt
   components.txt
   utilities.txt

If you're looking for a description of a particular tool, please see
the API reference:

.. toctree::
   :maxdepth: 1

   api.txt

For details of how to install the package or get involved in its
development, please see the sections below:

.. toctree::
   :maxdepth: 1

   installation.txt
   development.txt
   changes.txt
   license.txt

Indices and tables
==================

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

