python-testscenarios

Dependency injection for Python unittest tests - Python 2.x
  https://launchpad.net/testscenarios
  1
  1 review



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).

This package contains the Python 2.x module.
Latest reviews
4
blueXrider 12 years ago

quite nice