2021-03-20 10:30:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ddt: updated to 1.4.2
1.4.2:
Fix test failure with PyYAML 5.4.1
|
2020-12-04 10:23:18 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ddt: updated to 1.4.1
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
1.3.1:
Switched from Travis to Github Actions for builds and release upload.
1.3.0:
Added the ability to specify the YAML loader in the file_data decorator
Dropped Python 3.4 support
1.2.2:
Merge pull request 76 from Harmon758/url-updates
Merge pull request 74 from carlwgeorge/stdlib-mock
|
2019-03-02 15:38:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ddt: updated to 1.2.1
1.2.1:
Merge pull request 68 from datadriventests/fix-docstring-behavior
|
2018-08-29 13:07:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ddt: updated to 1.2.0
1.2.0:
Merge pull request 51 from palakpsheth/add_docstring_attribute_support
|
2018-06-19 13:49:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ddt: updated to 1.1.3
1.1.3:
Merge pull request 56 from pavelholvi/pavel-add-nested-dict-example-to-docs
|
2018-03-16 14:33:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ddt: updated to 1.1.2:
1.1.2:
Bug fixes.
|
2017-04-25 22:37:06 by Filip Hajny | Files touched by this commit (4) |
Log message:
Import ddt 1.1.1 as devel/py-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.
|