5 testtools is a set of extensions to the Python standard library's unit testing
8 These extensions have been derived from years of experience with unit testing
9 in Python and come from many different sources.
14 This project is distributed under the MIT license and copyright is owned by
15 Jonathan M. Lange. See LICENSE for details.
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
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