Skip to content

3.3.0 - Filter helpers, Current id getter, Support for `pytest-asyncio` and other plugins

Choose a tag to compare

@github-actions github-actions released this 22 Mar 22:53
· 147 commits to main since this release
  • Migrated to Github Actions + nox for CI/CD.

  • New helper function get_current_case_id to get the current case id for a given pytest request or item. Fixes #189

  • Extended the support of fixture closure modifications to remove and insert(0, f). This in particular solves an issue with pytest-asyncio. Fixes #176

  • New filters module providing helper functions has_tag, id_has_prefix, id_has_suffix, id_match_regex to easily create custom filters for use in @parametrize_with_cases(filter=...). PR #184 by @saroad2, (thanks !).

See documentation page for details.