3.10.0 - New `with_case_tags` decorator + pytest 9 compatibility
- Fixed an issue with
pytest 9related to the fixture closure building fixes
pytest-dev/pytest#13789,
solving pytest-dev/pytest#13773.
Fixed #374. PR
#376 by jammer87. - Added the
with_case_tagsdecorator for applying common tags to all cases
defined in a case class. Fixes #351.
PR #361
by @michele-riva.
See documentation page for details.