3.3.0 - Filter helpers, Current id getter, Support for `pytest-asyncio` and other plugins
-
Migrated to Github Actions +
noxfor CI/CD. -
New helper function
get_current_case_idto get the current case id for a givenpytestrequest or item. Fixes #189 -
Extended the support of fixture closure modifications to
removeandinsert(0, f). This in particular solves an issue withpytest-asyncio. Fixes #176 -
New
filtersmodule providing helper functionshas_tag,id_has_prefix,id_has_suffix,id_match_regexto easily create custom filters for use in@parametrize_with_cases(filter=...). PR #184 by @saroad2, (thanks !).
See documentation page for details.