summaryrefslogtreecommitdiffstats
path: root/python/testscenarios/README
blob: 6168259f468699a0d7c56c916b3269d2c0bb2f57 (plain)
1
2
3
4
5
6
7
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).