You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# Changelog
2
2
3
-
### 1.6.0 in progress - New `fixture_union` and `@pytest_parametrize_plus` decorator
3
+
### 1.6.0 - `fixture_union` and `param_fixture[s]` bugfix
4
4
5
-
TODO
5
+
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).
6
+
7
+
Also, `param_fixture` and `param_fixtures` can now be used without necessarily storing the return value into a variable: they will automatically register the created fixtures in the calling module.
8
+
9
+
Finally, fixed a bug with `param_fixtures` when called to create a fixture for a single parameter.
0 commit comments