Your IP : 216.73.216.213


Current Path : /opt/alt/python37/share/doc/alt-python37-ddt/
Upload File :
Current File : //opt/alt/python37/share/doc/alt-python37-ddt/README.md

[![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)
<!-- [![Can I Use Python 3?](https://caniusepython3.com/project/ddt.svg)](https://caniusepython3.com/project/ddt) -->
[![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.