slackbuilds_ponce/python/testscenarios
Nikos Giotis cc1cfb800b python/testscenarios: Added (a pyunit extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-03-11 07:03:43 +07:00
..
README
slack-desc
testscenarios.info
testscenarios.SlackBuild

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).