slackbuilds/python/testscenarios
B. Watson b2a3ce86f4
python/testscenarios: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:37:22 +07:00
..
README
slack-desc python/testscenarios: Fix slack-desc. 2020-10-17 09:37:22 +07:00
testscenarios.SlackBuild
testscenarios.info

README

testscenarios

testscenarios provides clean dependency injection for python unittest 
style tests. This can be used for interface testing (testing many 
implementations via a single test suite) or for classic dependency 
injection (provide tests with dependencies externally to the test code 
itself, allowing easy testing in different situations).