Nose decorator for parameterized testing
nose-parameterized is a decorator for parameterized testing with nose Now with 100% less Python 3 incompatibility!
Nose. It's got test generators. But they kind of suck:
They often require a second function They make it difficult to separate the data from the test They don't work with subclases of unittest.TestCase kwargs? What kwargs? But nose-parameterized fixes many of these issues.