Skip to content

Releases: datadriventests/ddt

1.7.2

26 Feb 01:36
5b4fec6
Compare
Choose a tag to compare

What's Changed

  • Github actions to use tox for tests by @wswld in #117

Full Changelog: 1.7.1...1.7.2

1.7.1

03 Jan 04:48
Compare
Choose a tag to compare

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

08 Nov 03:05
Compare
Choose a tag to compare

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.6.0

10 Aug 16:45
2125da1
Compare
Choose a tag to compare

What's Changed

  • Moved @named_data into main ddt.py module so it can be imported. by @orgadish in #109
  • Enable usage of Sequence in named_data.py by @orgadish in #108

Full Changelog: 1.5.0...1.6.0

1.5.0

24 May 02:13
87b64a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.4...1.5.0

1.4.4

04 Oct 22:43
Compare
Choose a tag to compare
  • Fix the ddt.idata signature issue introduced in 1.4.3 (#97)

1.4.3

27 Sep 18:43
Compare
Choose a tag to compare
  • Fix zero padding issue (#75)

1.4.2

12 Mar 20:36
Compare
Choose a tag to compare
  • Fix test failure with PyYAML 5.4.1 (#95)

1.4.1

15 May 02:43
Compare
Choose a tag to compare
  • Due to numerous problems removed nose dependency completely in favor of pytest.
  • Fixed compatibility with Python 2.7

1.4.0

07 May 06:44
Compare
Choose a tag to compare
  • Added support for index-only test names