Nikos Giotis d35752d70b python/testscenarios: Added (a pyunit extension). 8 vuotta sitten
..
README d35752d70b python/testscenarios: Added (a pyunit extension). 8 vuotta sitten
slack-desc d35752d70b python/testscenarios: Added (a pyunit extension). 8 vuotta sitten
testscenarios.SlackBuild d35752d70b python/testscenarios: Added (a pyunit extension). 8 vuotta sitten
testscenarios.info d35752d70b python/testscenarios: Added (a pyunit extension). 8 vuotta sitten

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