slackbuilds/python/testscenarios
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
testscenarios.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
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).