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
Merge pull request #88 from smarie/fix_issue_85_87
Fixed issues 85 (`fixture_union` when using the same fixture twice in it) and 87 (`ids` precedence order when using `pytest.mark.parametrize` in a `fixture_plus`)
Copy file name to clipboardExpand all lines: docs/changelog.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Changelog
2
2
3
-
### 1.13.2 - in progress - bugfixes and hook feature
3
+
### 1.14.0 - bugfixes and hook feature
4
+
5
+
- Fixed `ids` precedence order when using `pytest.mark.parametrize` in a `fixture_plus`. Fixed [#87](https://github.com/smarie/python-pytest-cases/issues/87)
6
+
7
+
- Fixed issue with `fixture_union` when using the same fixture twice in it. Fixes [#85](https://github.com/smarie/python-pytest-cases/issues/85)
4
8
5
9
- Added the possibility to pass a `hook` function in all API where fixtures are created behind the scenes, so as to ease debugging and/or save fixtures (with `stored_fixture` from pytest harvest). Fixes [#83](https://github.com/smarie/python-pytest-cases/issues/83)
0 commit comments