3.8.2 - bugfixes and project improvements
- Fixed issue with upcoming
pytest 8.1release. PR
#322 by
@bluetech - Corrected API documentation (and comments) for the second file-name
pattern forAUTO-cases lookup (cases_<name>.pyinstead of
case_<name>.py). PR #320
by @michele-riva. - Fixed
AssertionErroronAUTOcases outside a 'normal' test module.
Fixes #309. PR
#320 by
@michele-riva. - Improved error message in case of cases loading error in
@parametrize_with_caseswhen thecasesargument
is a string refering to a relative or absolute module name. Fixedimport file mismatchwith
pytest 8 when executing our own tests.
Fixes #323. - Fixed failing tests in our builds due to the
event_loop_policyfixture that appeared inpytest-asyncio0.23.
Fixes part of
#321.
See documentation page for details.