Skip to content

Commit cadffa2

Browse files
author
Sylvain MARIE
committed
3.6.11 changelog
1 parent 05d7998 commit cadffa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/changelog.md

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

3-
### 3.6.11 - bugfix for pytest-xdist
3+
### 3.6.11 - bugfix for pytest-xdist and `get_all_cases` API improvement
44

5+
- `get_all_cases` can now be called without `parametrization_target` (defaulting to the caller module), and with an explicit module object. Fixed [#258](https://github.com/smarie/python-pytest-cases/issues/258). PR [#260](https://github.com/smarie/python-pytest-cases/pull/260) by [@eddiebergman](https://github.com/eddiebergman).
56
- Fixed `AttributeError`: module 'pytest_cases' has no attribute 'CasesCollectionWarning' when running `pytest-xdist` and at least one cases class is ignored because of `__init__` or `__new__`. Fixed [#249](https://github.com/smarie/python-pytest-cases/issues/249).
67

78
### 3.6.10 - bugfix for pytest 7.1

0 commit comments

Comments
 (0)