DDT (Data-Driven Tests) allows you to multiply one test case by running it with different test data, and make it appear as multiple test cases.
pip install ddt
More info at http://ddt.readthedocs.org/
See Contributing if you plan to contribute to ddt
,
and License if you plan to use it.