Skip to content

Commit e74d4cc

Browse files
author
Sylvain MARIE
committed
3.1.2 changelog
1 parent b18f082 commit e74d4cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/changelog.md

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

3+
### 3.1.2 - Bugfixes with nesting and pytest-asyncio
4+
5+
- 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)
6+
7+
- Fixed issue when `parametrize_with_cases` was used on case functions themselves (nesting/recursion). This was due to a lack of support of the `place_as` magic pytest attribute. Fixes [#179](https://github.com/smarie/python-pytest-cases/issues/179)
8+
9+
- Added a warning concerning usage of indirect in parametrize when fixture references are present. See [#150](https://github.com/smarie/python-pytest-cases/issues/150)
10+
311
### 3.1.1 - Bugfix with ids
412

513
- Fixed issue with Empty id marker leaking to test ids. Fixed [#171](https://github.com/smarie/python-pytest-cases/issues/171)

0 commit comments

Comments
 (0)