diff options
Diffstat (limited to 'python/testtools/README')
-rw-r--r-- | python/testtools/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/testtools/README b/python/testtools/README new file mode 100644 index 0000000000..40d1fafe3f --- /dev/null +++ b/python/testtools/README @@ -0,0 +1,5 @@ +Extensions to the Python standard library unit testing framework + +testtools is a set of extensions to the Python standard library’s unit +testing framework. These extensions have been derived from many years of +experience with unit testing in Python and come from many different sources. |