summaryrefslogtreecommitdiffstats
path: root/python/testtools
diff options
context:
space:
mode:
author Nikos Giotis <nikos.giotis@gmail.com>2017-03-06 22:37:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-11 07:03:42 +0700
commit5dffdc8e956dacef46cb437c27ee6c68cf97339d (patch)
treebdd572a244a0b0c25b9621a2b44a33c89538e5a2 /python/testtools
parent222aee21f0b382384fd74f95e6edeea63ceafa5c (diff)
downloadslackbuilds-5dffdc8e956dacef46cb437c27ee6c68cf97339d.tar.gz
slackbuilds-5dffdc8e956dacef46cb437c27ee6c68cf97339d.tar.xz
python/testtools: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testtools')
-rw-r--r--python/testtools/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/testtools/README b/python/testtools/README
index 40d1fafe3f..9411dcbbb6 100644
--- a/python/testtools/README
+++ b/python/testtools/README
@@ -3,3 +3,7 @@ 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.
+
+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.