Releases: datadriventests/ddt
Releases · datadriventests/ddt
1.7.1
What's Changed
- Update flake8 configuration by @wswld in #116
- Remove Python 2.7 classifiers as the project is now Python 3+ only #115
Full Changelog: 1.7.0...1.7.1
1.7.0
What's Changed
- Add async flag when wrapping async function (#111) by @soldag in #112
- Dropping support for Python 2.7
New Contributors
Full Changelog: 1.6.0...1.7.0
1.4.4
- Fix the
ddt.idata
signature issue introduced in 1.4.3 (#97)
1.4.3
- Fix zero padding issue (#75)
1.4.2
- Fix test failure with PyYAML 5.4.1 (#95)
1.4.1
- Due to numerous problems removed
nose
dependency completely in favor of pytest
.
- Fixed compatibility with Python 2.7
1.4.0
- Added support for index-only test names