slackbuilds/python/testtools
Andrew Clemons 952da7aa0c
python/testtools: Fix dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-12 00:29:42 +07:00
..
README python/testtools: Fix REQUIRES for python2. 2021-05-08 01:41:58 +07:00
slack-desc
testtools.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
testtools.info python/testtools: Fix dependencies. 2022-02-12 00:29:42 +07:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Extensions to the Python standard library unit testing framework

testtools is a set of extensions to the Python standard librarys 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.