summaryrefslogtreecommitdiff
path: root/docs/index.txt
blob: af85e1dbf68c0600be357e138cb58d28cf41693d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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`