
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. ddt consists of a class decorator ddt (for your testcase subclass) and two method decorators (for your tests that want to be multiplied).
this package contains the documentation.