Skip to content

Commit dc1d4ad

Browse files
author
Sylvain MARIE
committed
3.2.1 changelog
1 parent b8c813a commit dc1d4ad

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.1 - `@fixture` Bugfix
4+
5+
- Fixed `fixture 'self' not found` issue when `@fixture` was used to decorate a class method not explicitly depending on `request`. Fixed [#182](https://github.com/smarie/python-pytest-cases/issues/182)
6+
37
### 3.2.0 - Automatic `fixture_ref` + test ordering bugfix
48

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

0 commit comments

Comments
 (0)