aboutsummaryrefslogtreecommitdiff
path: root/python/testtools/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-06 18:29:20 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 01:41:58 +0700
commite4f2227dc4d8f6ead9bc9df1a72f5044a8e09317 (patch)
tree9360ad599f9dfe22be55a215bbbca72002fc902f /python/testtools/README
parent074260c359d57e8630e9395b0bdaaa127c629035 (diff)
python/testtools: Fix REQUIRES for python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testtools/README')
-rw-r--r--python/testtools/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/python/testtools/README b/python/testtools/README
index 9411dcbbb6e3f..071bf96c3a127 100644
--- a/python/testtools/README
+++ b/python/testtools/README
@@ -1,9 +1,10 @@
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.
+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.
-Note:
-There is a cyclic dependency between fixtures package and testtools package.
-Since these are python libraries, one has to just install both of them.
+Note: There is a cyclic dependency between fixtures package and
+testtools package. Since these are python libraries, one has to just
+install both of them.