RETIRED, further work has moved to Debian project infrastructure
Go to file
Jan Holeček 7750da36ed Let flake8 pull a version of pep8 it requires (pip requirements fixed)
flake8-2.4.0 does not support pep8>=1.6.0 which resulted in dependency conflict with the latest stable 1.6.2
2015-05-14 13:39:57 +02:00
docs Improve landscape.io ratings by reducing ddt complexity 2015-01-23 12:20:00 +01:00
requirements Let flake8 pull a version of pep8 it requires (pip requirements fixed) 2015-05-14 13:39:57 +02:00
test Improve landscape.io ratings by reducing ddt complexity 2015-01-23 12:20:00 +01:00
.gitignore Build improvements, use tox 2013-02-27 23:49:48 +00:00
.travis.yml Reshuffle requirements, and add a document on contributing 2015-01-23 11:26:19 +01:00
CONTRIBUTING.md Minor changes to contributing and license docs 2015-01-27 19:39:34 +01:00
LICENSE.md Minor changes to contributing and license docs 2015-01-27 19:39:34 +01:00
README.md Add landscape.io code health badge 2015-01-23 11:27:56 +01:00
build.sh Build improvements, use tox 2013-02-27 23:49:48 +00:00
ddt.py Bump version 2015-01-27 19:41:01 +01:00
release.sh Add script and config to release to pypi as wheel 2014-12-13 14:26:20 +01:00
rtdocs.sh rtdocs no output redirect 2013-02-27 23:49:48 +00:00
setup.cfg Add script and config to release to pypi as wheel 2014-12-13 14:26:20 +01:00
setup.py Update setup.py with new MIT License 2015-01-25 19:45:42 +01:00
tox.ini Let flake8 pull a version of pep8 it requires 2015-05-14 10:46:58 +02:00

README.md

Build Status Code Health Can I Use Python 3?

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.