Skip to content

Commit b96dc3b

Browse files
author
Sylvain MARIE
committed
1.6.1 changelog
1 parent 6b73294 commit b96dc3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

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

3+
### 1.6.1 - `@pytest_fixture_plus` improvement to handle `NOT_USED` cases
4+
5+
Fixed issue where fixtures get called with `NOT_USED` as a parameter when using a `fixture_union`. This issue is actually only fixed in `@pytest_fixture_plus`, if you use `@pytest.fixture` you have to handle it manually. Fixes [#37](https://github.com/smarie/python-pytest-cases/issues/37)
6+
37
### 1.6.0 - `fixture_union` and `param_fixture[s]` bugfix
48

59
New `fixture_union` method to create a fixture that is the union/combination of other fixtures. This is an attempt to solve [this pytest proposal](https://docs.pytest.org/en/latest/proposals/parametrize_with_fixtures.html).

0 commit comments

Comments
 (0)