Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 797 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 797 Bytes

Build Status Code Health Can I Use Python 3? codecov.io

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.

Installation

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.