diff options
Diffstat (limited to 'python/testscenarios/README')
-rw-r--r-- | python/testscenarios/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/testscenarios/README b/python/testscenarios/README new file mode 100644 index 0000000000..6168259f46 --- /dev/null +++ b/python/testscenarios/README @@ -0,0 +1,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). |