diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-03-06 22:53:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:43 +0700 |
commit | cc1cfb800b3ed949a3317f8b16d5cd5b640ac282 (patch) | |
tree | f8e56cb91caedb5bfac1a2a0d04ab4e49cabef30 /python/testscenarios/README | |
parent | a4987751971e832a28321a96ea39b4a4cfbaa49c (diff) |
python/testscenarios: Added (a pyunit extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..6168259f4686 --- /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). |