Skip to content

Commit 8486736

Browse files
author
Sylvain MARIE
committed
3.5.1 changelog
1 parent ef8f954 commit 8486736

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+
### 3.5.1 - python 3.10 compatibility + improved error message
4+
5+
- Fixed error message related to misuse of `fixture_ref`. Fixes [#209](https://github.com/smarie/python-pytest-cases/issues/209)
6+
- Fixed import error with python 3.10. Fixes [#207](https://github.com/smarie/python-pytest-cases/issues/207)
7+
38
### 3.5.0 - New `current_cases` fixture and `get_current_cases` function + Fixes
49

510
- New: Users can now easily access the current cases for each parametrized argument thanks to the new `current_cases` fixture. A new helper function `get_current_cases` is also provided, for direct access from a hook. `get_current_case_id` becomes deprecated in favour of these two. Fixes [#195](https://github.com/smarie/python-pytest-cases/issues/195)

0 commit comments

Comments
 (0)