mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
cc1cfb800b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
349 B
Text
7 lines
349 B
Text
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).
|