[![Build Status](https://travis-ci.org/txels/ddt.svg)](https://travis-ci.org/txels/ddt) [![Code Health](https://landscape.io/github/txels/ddt/master/landscape.svg)](https://landscape.io/github/txels/ddt/master) [![codecov.io](https://codecov.io/github/txels/ddt/coverage.svg?branch=master)](https://codecov.io/github/txels/ddt) [![Version](https://img.shields.io/pypi/v/ddt.svg)](https://pypi.python.org/pypi/ddt) [![Downloads](https://img.shields.io/pypi/dm/ddt.svg)](https://pypi.python.org/pypi/ddt) 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](CONTRIBUTING.md) if you plan to contribute to `ddt`, and [License](LICENSE.md) if you plan to use it.