Skip to content

Commit 7276eeb

Browse files
author
Sylvain MARIE
committed
3.3.0 changelog
1 parent 82e3331 commit 7276eeb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/changelog.md

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

3-
### 3.3.0 - Filter helpers and support for `pytest-asyncio` and other plugins
3+
### 3.3.0 - Filter helpers, Current id getter, Support for `pytest-asyncio` and other plugins
4+
5+
- Migrated to Github Actions + `nox` for CI/CD.
6+
7+
- New helper function `get_current_case_id` to get the current case id for a given `pytest` request or item. Fixes [#189](https://github.com/smarie/python-pytest-cases/issues/189)
48

59
- Extended the support of fixture closure modifications to `remove` and `insert(0, f)`. This in particular solves an issue with `pytest-asyncio`. Fixes [#176](https://github.com/smarie/python-pytest-cases/issues/176)
610

0 commit comments

Comments
 (0)