Skip to content

3.6.11 - bugfix for pytest-xdist and `get_all_cases` API improvement

Choose a tag to compare

@github-actions github-actions released this 21 Mar 16:10
· 50 commits to main since this release
  • get_all_cases can now be called without parametrization_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 running pytest-xdist and at least one cases class is ignored because of __init__ or __new__. Fixed #249.

See documentation page for details.