4687cebb62b44ca3bf895722bda688e7f8e722fd
[metze/samba/wip.git] / lib / testtools / doc / index.rst
1 .. testtools documentation master file, created by
2    sphinx-quickstart on Sun Nov 28 13:45:40 2010.
3    You can adapt this file completely to your liking, but it should at least
4    contain the root `toctree` directive.
5
6 testtools: tasteful testing for Python
7 ======================================
8
9 testtools is a set of extensions to the Python standard library's unit testing
10 framework. These extensions have been derived from many years of experience
11 with unit testing in Python and come from many different sources. testtools
12 also ports recent unittest changes all the way back to Python 2.4.
13
14
15 Contents:
16
17 .. toctree::
18    :maxdepth: 1
19
20    overview
21    for-test-authors
22    for-framework-folk
23    hacking
24    Changes to testtools <news>
25    API reference documentation <http://mumak.net/testtools/apidocs/>
26
27 Indices and tables
28 ==================
29
30 * :ref:`genindex`
31 * :ref:`modindex`
32 * :ref:`search`
33