Skip to content

Commit fc44619

Browse files
author
Sylvain MARIE
committed
3.2.0 changelog
1 parent c537a87 commit fc44619

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+
### 3.2.0 - Automatic `fixture_ref`
4+
5+
- New: from version `3.2` on, if `auto_refs=True` (default), `@parametrize` will automatically detect fixture symbols in the list of argvalues, and will create `fixture_ref`s automatically around them so that you don't need to. Fixes [#177](https://github.com/smarie/python-pytest-cases/issues/177)
6+
37
### 3.1.2 - Bugfixes with nesting and pytest-asyncio
48

59
- Now appending fixtures to the closure once it has been built is supported. This fixes an issue with `pytest-asyncio`. Fixes [#176](https://github.com/smarie/python-pytest-cases/issues/176)

0 commit comments

Comments
 (0)