1cd44defc1
Based on wip/py-paramunittest by Kamel Ibn Aziz Derouiche <kamel.derouiche@gmail.com>. This package allows to create parametrized unit-tests that work with the standard unittest package. A parametrized test case is automatically converted to multiple test cases. Since they are TestCase subclasses, they work with other test suites that recognize TestCases.
5 lines
271 B
Text
5 lines
271 B
Text
This package allows to create parametrized unit-tests that work
|
|
with the standard unittest package. A parametrized test case is
|
|
automatically converted to multiple test cases. Since they are
|
|
TestCase subclasses, they work with other test suites that recognize
|
|
TestCases.
|