Skip to content

Commit 716f139

Browse files
committed
1.1.0 changelog
1 parent 68ccc5d commit 716f139

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 1.1.0 - New `@pytest_fixture_plus`
4+
5+
New decorator `@pytest_fixture_plus` allows to use several `@pytest.mark.parametrize` on a fixture. Therefore one can use multiple `@cases_data` decorators, too. Fixes [#19](https://github.com/smarie/python-pytest-cases/issues/19).
6+
*Note: this is a temporary feature, that will be removed if/when [pytest supports it](https://github.com/pytest-dev/pytest/issues/3960).*
7+
38
### 1.0.0 - `@cases_fixture` + pytest 2.x support
49

510
Pytest 2.x is now supported. Fixes [#14](https://github.com/smarie/python-pytest-cases/issues/14)

0 commit comments

Comments
 (0)