RETIRED, further work has moved to Debian project infrastructure
Go to file
Carles Barrobés 5e81603cb2 Merge pull request #49 from eharney/master
Use raw string for regex
2017-07-12 23:33:21 +02:00
docs Document the YAML support 2016-05-29 19:28:17 +05:30
requirements Add mock to test requirements 2016-05-30 10:59:51 +05:30
test Fix copy-paste error 2016-05-30 13:51:48 +05:30
.gitignore Build improvements, use tox 2013-02-27 23:49:48 +00:00
.travis.yml Note explicit support for Python 3.5 2016-05-20 13:42:47 +08: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
MANIFEST.in Include more files in generated tarballs 2016-05-31 23:42:57 +05:30
README.md Remove broken badge 'caniusepython3' 2016-05-20 09:28:17 +02:00
build.sh Build improvements, use tox 2013-02-27 23:49:48 +00:00
ddt.py Use raw string for regex 2017-07-11 17:32:59 -04:00
release.sh Add script and config to release to pypi as wheel 2014-12-13 14:26:20 +01:00
rtdocs.sh RTD build trigger to use project name 2016-05-20 09:20:22 +02:00
setup.cfg Add script and config to release to pypi as wheel 2014-12-13 14:26:20 +01:00
setup.py Note explicit support for Python 3.5 2016-05-20 13:42:47 +08:00
tox.ini Note explicit support for Python 3.5 2016-05-20 13:42:47 +08:00

README.md

Build Status Code Health

codecov.io Version Downloads

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.