https://github.com/datadriventests/ddt
Data-Driven Tests for Python Unittest
https://github.com/datadriventests/ddt
Last synced: 22 days ago
JSON representation
Data-Driven Tests for Python Unittest
- Host: GitHub
- URL: https://github.com/datadriventests/ddt
- Owner: datadriventests
- License: mit
- Created: 2012-02-11T22:57:10.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T13:08:32.000Z (over 1 year ago)
- Last Synced: 2025-10-30T22:44:23.585Z (22 days ago)
- Language: Python
- Homepage: http://ddt.readthedocs.org/
- Size: 196 KB
- Stars: 443
- Watchers: 20
- Forks: 112
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- best-of-python-dev - GitHub - 19% open · ⏱️ 26.02.2024): (Testing Tools)
README

[](https://codecov.io/github/datadriventests/ddt)
[](https://pypi.python.org/pypi/ddt)
[](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```
Check out [the documentation](http://ddt.readthedocs.org/) for more details.
See [Contributing](CONTRIBUTING.md) if you plan to contribute to `ddt`,
and [License](LICENSE.md) if you plan to use it.