From dd56d27d74ad702803818237a2732d1e99b14da1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 27 Aug 2011 16:07:25 +0200 Subject: testtools: Update to latest upstream snapshot. --- lib/testtools/doc/index.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/testtools/doc/index.rst (limited to 'lib/testtools/doc/index.rst') diff --git a/lib/testtools/doc/index.rst b/lib/testtools/doc/index.rst new file mode 100644 index 0000000000..4687cebb62 --- /dev/null +++ b/lib/testtools/doc/index.rst @@ -0,0 +1,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 + API reference documentation + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit