3.6.11 - bugfix for pytest-xdist and `get_all_cases` API improvement
get_all_casescan now be called withoutparametrization_target(defaulting to the caller module), and with an explicit module object. Fixed #258. PR #260 by @eddiebergman.- Fixed
AttributeError: module 'pytest_cases' has no attribute 'CasesCollectionWarning' when runningpytest-xdistand at least one cases class is ignored because of__init__or__new__. Fixed #249.
See documentation page for details.