Skip to content

Commit 0318536

Browse files
author
Sylvain MARIE
committed
3.2.0 changelog
1 parent 88995d5 commit 0318536

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/changelog.md

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

3-
### 3.2.0 - Automatic `fixture_ref`
3+
### 3.2.0 - Automatic `fixture_ref` + test ordering bugfix
44

55
- 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)
66

7+
- Fixed ordering issue happening on linux targets when several `@parametrize` are used to decorate the same function. Fixes [#180](https://github.com/smarie/python-pytest-cases/issues/180)
8+
79
### 3.1.2 - Bugfixes with nesting and pytest-asyncio
810

911
- 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)