Skip to content

Commit dcb86a0

Browse files
author
Sylvain MARIE
committed
1.6.0 changelog
1 parent 6cc62ea commit dcb86a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

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
44

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.
610

711
### 1.5.1 - `param_fixtures` bugfix
812

0 commit comments

Comments
 (0)