2017-03-05 10:29:35 +08:00
|
|
|
|
Extensions to the Python standard library unit testing framework
|
|
|
|
|
|
2021-05-07 01:29:20 +08:00
|
|
|
|
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.
|
2017-03-06 23:37:40 +08:00
|
|
|
|
|
2021-05-07 01:29:20 +08:00
|
|
|
|
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.
|