We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22beb commit 8a2caadCopy full SHA for 8a2caad
docs/changelog.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+### 3.8.0 - async, generators and strict-markers
4
+
5
+ - `@fixture` and `@parametrize` are now async and generator aware. Fixes
6
+ [#286](https://github.com/smarie/python-pytest-cases/issues/286). PR
7
+ [#301](https://github.com/smarie/python-pytest-cases/pull/301) by [jgersti](https://github.com/jgersti).
8
+ - Fixed error with `pytest` `--strict-markers`. Fixes
9
+ [#283](https://github.com/smarie/python-pytest-cases/issues/283). PR
10
+ [#300](https://github.com/smarie/python-pytest-cases/pull/300) by [chrsmcgrr](https://github.com/chrsmcgrr).
11
12
### 3.7.0 - python 3.12
13
14
- Added official support for Python 3.10, 3.11 and 3.12. Fixes [#314](https://github.com/smarie/python-pytest-cases/issues/314)
0 commit comments