Skip to content

Commit 1ce5e09

Browse files
author
Sylvain MARIE
committed
1.10.0 changelog
1 parent 91669e2 commit 1ce5e09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.10.0 - New feature: fixtures unpacking
4+
5+
You can now unpack a fixture iterable into several individual fixtures using `unpack_fixture` or using `@pytest_fixture_plus(unpack_into=)`. Fixed [#50](https://github.com/smarie/python-pytest-cases/issues/50).
6+
37
### 1.9.3 - Bugfix
48

59
Fixed issues when parametrize argnames contains a list. This fixed [#49](https://github.com/smarie/python-pytest-cases/issues/49)

0 commit comments

Comments
 (0)