summaryrefslogtreecommitdiff
path: root/lib/testtools/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-03-31 04:19:36 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-03-31 04:19:36 +0200
commit6897be747594e385ee032ac1409289ce2d208548 (patch)
treef07c00e18c920b949988a8a2b6058146aad21378 /lib/testtools/README
parent5f3fcf7a7773737fd87c8ff5530fae2286e88927 (diff)
downloadsamba-6897be747594e385ee032ac1409289ce2d208548.tar.gz
samba-6897be747594e385ee032ac1409289ce2d208548.tar.bz2
samba-6897be747594e385ee032ac1409289ce2d208548.zip
testtools: Fix included testtools, for systems that don't have it.
Diffstat (limited to 'lib/testtools/README')
-rw-r--r--lib/testtools/README54
1 files changed, 54 insertions, 0 deletions
diff --git a/lib/testtools/README b/lib/testtools/README
new file mode 100644
index 0000000000..5e3dd07cd6
--- /dev/null
+++ b/lib/testtools/README
@@ -0,0 +1,54 @@
+=========
+testtools
+=========
+
+testtools is a set of extensions to the Python standard library's unit testing
+framework.
+
+These extensions have been derived from years of experience with unit testing
+in Python and come from many different sources.
+
+Licensing
+---------
+
+This project is distributed under the MIT license and copyright is owned by
+Jonathan M. Lange. See LICENSE for details.
+
+
+Dependencies
+------------
+
+ * Python 2.4+ or 3.0+
+
+
+Bug reports and patches
+-----------------------
+
+Please report bugs using Launchpad at <https://bugs.launchpad.net/testtools>.
+Patches can also be submitted via Launchpad, or mailed to the author. You can
+mail the author directly at jml@mumak.net.
+
+There's no mailing list for this project yet, however the testing-in-python
+mailing list may be a useful resource:
+
+ * Address: testing-in-python@lists.idyll.org
+ * Subscription link: http://lists.idyll.org/listinfo/testing-in-python
+
+
+History
+-------
+
+testtools used to be called 'pyunit3k'. The name was changed to avoid
+conflating the library with the Python 3.0 release (commonly referred to as
+'py3k').
+
+
+Thanks
+------
+
+ * Canonical Ltd
+ * Bazaar
+ * Twisted Matrix Labs
+ * Robert Collins
+ * Andrew Bennetts
+ * Benjamin Peterson