diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-09 14:51:17 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-10 03:04:06 +0100 |
commit | 297434055e2e2b28a2f9cacc09a30786edf8903a (patch) | |
tree | 5dcda16eaccb177d733086eb094742bae98fe9e7 /lib/testtools/README | |
parent | e6974b0ff0100bb292d57e58ae11bc2e6b0d4053 (diff) | |
download | samba-297434055e2e2b28a2f9cacc09a30786edf8903a.tar.gz samba-297434055e2e2b28a2f9cacc09a30786edf8903a.tar.bz2 samba-297434055e2e2b28a2f9cacc09a30786edf8903a.zip |
testtools: Import new upstream snapshot.
Diffstat (limited to 'lib/testtools/README')
-rw-r--r-- | lib/testtools/README | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/lib/testtools/README b/lib/testtools/README index 991f3d5a06..83120f01e4 100644 --- a/lib/testtools/README +++ b/lib/testtools/README @@ -19,11 +19,21 @@ is copyright Steve Purcell and the Python Software Foundation, it is distributed under the same license as Python, see LICENSE for details. -Dependencies ------------- +Required Dependencies +--------------------- * Python 2.4+ or 3.0+ +Optional Dependencies +--------------------- + +If you would like to use our undocumented, unsupported Twisted support, then +you will need Twisted. + +If you want to use ``fixtures`` then you can either install fixtures (e.g. from +https://launchpad.net/python-fixtures or http://pypi.python.org/pypi/fixtures) +or alternatively just make sure your fixture objects obey the same protocol. + Bug reports and patches ----------------------- @@ -56,3 +66,7 @@ Thanks * Robert Collins * Andrew Bennetts * Benjamin Peterson + * Jamu Kakar + * James Westby + * Martin [gz] + * Michael Hudson-Doyle |