pkgsrc/devel/py-testscenarios/DESCR
wiz cf38e4adc9 Import py-testscenarios-0.5.0 as devel/py-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).
2017-02-22 14:21:40 +00:00

5 lines
330 B
Text

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