summaryrefslogtreecommitdiff
path: root/lib/testtools/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lib/testtools/doc/index.rst')
-rw-r--r--lib/testtools/doc/index.rst33
1 files changed, 33 insertions, 0 deletions
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 <news>
+ API reference documentation <http://mumak.net/testtools/apidocs/>
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+