summaryrefslogtreecommitdiff
path: root/python/testtools/README
diff options
context:
space:
mode:
authorNikos Giotis <nikos.giotis@gmail.com>2017-03-05 09:29:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-05 09:30:23 +0700
commitf8cb5330cb6bf36ba168a9d61900dccb358b2c70 (patch)
treea192fa84cf7ce61adc2b3889c5dfe203ae418f04 /python/testtools/README
parent255df1ea92ba388a73296bfdc4580016102cf7dd (diff)
downloadslackbuilds-f8cb5330cb6bf36ba168a9d61900dccb358b2c70.tar.gz
python/testtools: Added (Python unit testing framework extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testtools/README')
-rw-r--r--python/testtools/README5
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.