summaryrefslogtreecommitdiffstats
path: root/python/testscenarios/README
diff options
context:
space:
mode:
author Nikos Giotis2017-03-06 16:53:58 +0100
committer Willy Sudiarto Raharjo2017-03-11 01:03:43 +0100
commitcc1cfb800b3ed949a3317f8b16d5cd5b640ac282 (patch)
treef8e56cb91caedb5bfac1a2a0d04ab4e49cabef30 /python/testscenarios/README
parenta4987751971e832a28321a96ea39b4a4cfbaa49c (diff)
downloadslackbuilds-cc1cfb800b3ed949a3317f8b16d5cd5b640ac282.tar.gz
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/README7
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).