blob: 4687cebb62b44ca3bf895722bda688e7f8e722fd (
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
|
.. testtools documentation master file, created by
sphinx-quickstart on Sun Nov 28 13:45:40 2010.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
testtools: tasteful testing for Python
======================================
testtools is a set of extensions to the Python standard library's unit testing
framework. These extensions have been derived from many years of experience
with unit testing in Python and come from many different sources. testtools
also ports recent unittest changes all the way back to Python 2.4.
Contents:
.. toctree::
:maxdepth: 1
overview
for-test-authors
for-framework-folk
hacking
Changes to testtools <news>
API reference documentation <http://mumak.net/testtools/apidocs/>
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|