Some of the tools available for doing parametrized tests in Python are:
- Nose test generators (only for function tests, not TestCase classes)
- nose-parametrized by by David Wolever (also for TestCase classes)
- Unittest template by Boris Feld
- Parametrized tests in py.test
- parametrized-testcase by Austin Bingham
- DDT (Data Driven Tests) by Carles Barrobés, for UnitTests