diff options
Diffstat (limited to 'python/testtools/README')
-rw-r--r-- | python/testtools/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/python/testtools/README b/python/testtools/README index 9411dcbbb6..071bf96c3a 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. |