Skip to content

Commit 2a5298d

Browse files
committed
1.1.1 changelog
1 parent ad9a9dc commit 2a5298d

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.1 - Improved generated fixture names for `@pytest_fixture_plus`
4+
5+
When `@pytest_fixture_plus` is used on a function marked as parametrized, some fixtures are generated (one for each parameter). Generated fixture names now follow the pattern `<fixturename>__<paramname>`.
6+
Fixed [#20](https://github.com/smarie/python-pytest-cases/issues/20).
7+
38
### 1.1.0 - New `@pytest_fixture_plus`
49

510
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).

0 commit comments

Comments
 (0)