Skip to content

Commit 3538124

Browse files
author
Sylvain MARIE
committed
3.6.0 changelog
1 parent 5711646 commit 3538124

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/changelog.md

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

3-
### (in progress) - `currentcases` fixture cleanup
3+
### 3.6.0 - `unpack_fixtures` in classes + `current_cases` improvements
4+
5+
- The `current_cases` fixture now contains case parameters if any. Fixes [#214](https://github.com/smarie/python-pytest-cases/issues/214)
6+
7+
- The `current_cases` fixture entries are now instances of `namedtuple`.
8+
9+
- New `in_cls` argument in `unpack_fixtures` so that it can be used inside classes. Fixes [#201](https://github.com/smarie/python-pytest-cases/issues/201)
410

511
- Fixed minor issue where empty entries could be present in `currentcases`. Fixes [#213](https://github.com/smarie/python-pytest-cases/issues/213)
612

0 commit comments

Comments
 (0)