python2-paramunittest 0.2 Simple extension to have parametrized unit tests

This package creates parameterized unit-tests that work with the standard unittest package. A parameterized test case is automatically converted to multiple test cases. Since they are TestCase subclasses, they work with other test suites that recognize TestCases.