sambaversion.py: Some cleanups, make less git-specific.
[Samba.git] / lib / testtools / README
blob991f3d5a0629c54a81778e8e1f39f0e82125fb5c
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.
17 Some code in testtools/run.py is taken from Python's unittest module, and
18 is copyright Steve Purcell and the Python Software Foundation, it is
19 distributed under the same license as Python, see LICENSE for details.
22 Dependencies
23 ------------
25  * Python 2.4+ or 3.0+
28 Bug reports and patches
29 -----------------------
31 Please report bugs using Launchpad at <https://bugs.launchpad.net/testtools>.
32 Patches can also be submitted via Launchpad, or mailed to the author.  You can
33 mail the author directly at jml@mumak.net.
35 There's no mailing list for this project yet, however the testing-in-python
36 mailing list may be a useful resource:
38  * Address: testing-in-python@lists.idyll.org
39  * Subscription link: http://lists.idyll.org/listinfo/testing-in-python
42 History
43 -------
45 testtools used to be called 'pyunit3k'.  The name was changed to avoid
46 conflating the library with the Python 3.0 release (commonly referred to as
47 'py3k').
50 Thanks
51 ------
53  * Canonical Ltd
54  * Bazaar
55  * Twisted Matrix Labs
56  * Robert Collins
57  * Andrew Bennetts
58  * Benjamin Peterson