2d13f663b1
unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. testtools also backports unittest changes from recent Pythons to Python 2.4 and 2.5. WWW: https://launchpad.net/testtools PR: ports/149967 Submitted by: Carlo Strub
7 lines
342 B
Text
7 lines
342 B
Text
testtools is a set of extensions to the Python standard library's
|
|
unit testing framework. These extensions have been derived from
|
|
years of experience with unit testing in Python and come from many
|
|
different sources. testtools also backports unittest changes from
|
|
recent Pythons to Python 2.4 and 2.5.
|
|
|
|
WWW: https://launchpad.net/testtools
|