mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
e4f2227dc4
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
446 B
Text
10 lines
446 B
Text
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.
|