s4 torture: Add tests for dfs referrals handling in SMB/trans2 requests
[Samba/ekacnet.git] / lib / testtools / README
blob5e3dd07cd6efdda492b95113a6cd16eff6e7609e
1 =========
2 testtools
3 =========
5 testtools is a set of extensions to the Python standard library's unit testing
6 framework.
8 These extensions have been derived from years of experience with unit testing
9 in Python and come from many different sources.
11 Licensing
12 ---------
14 This project is distributed under the MIT license and copyright is owned by
15 Jonathan M. Lange. See LICENSE for details.
18 Dependencies
19 ------------
21  * Python 2.4+ or 3.0+
24 Bug reports and patches
25 -----------------------
27 Please report bugs using Launchpad at <https://bugs.launchpad.net/testtools>.
28 Patches can also be submitted via Launchpad, or mailed to the author.  You can
29 mail the author directly at jml@mumak.net.
31 There's no mailing list for this project yet, however the testing-in-python
32 mailing list may be a useful resource:
34  * Address: testing-in-python@lists.idyll.org
35  * Subscription link: http://lists.idyll.org/listinfo/testing-in-python
38 History
39 -------
41 testtools used to be called 'pyunit3k'.  The name was changed to avoid
42 conflating the library with the Python 3.0 release (commonly referred to as
43 'py3k').
46 Thanks
47 ------
49  * Canonical Ltd
50  * Bazaar
51  * Twisted Matrix Labs
52  * Robert Collins
53  * Andrew Bennetts
54  * Benjamin Peterson