mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
37 lines
1.1 KiB
ReStructuredText
37 lines
1.1 KiB
ReStructuredText
.. 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. The next
|
|
release of testtools will change that to support versions that are maintained
|
|
by the Python community instead, to allow the use of modern language features
|
|
within testtools.
|
|
|
|
|
|
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`
|
|
|