diff options
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 |
commit | 5dffdc8e956dacef46cb437c27ee6c68cf97339d (patch) | |
tree | bdd572a244a0b0c25b9621a2b44a33c89538e5a2 /python/testtools/README | |
parent | 222aee21f0b382384fd74f95e6edeea63ceafa5c (diff) | |
download | slackbuilds-5dffdc8e956dacef46cb437c27ee6c68cf97339d.tar.gz |
python/testtools: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testtools/README')
-rw-r--r-- | python/testtools/README | 4 |
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. |