Skip to content

3.8.2 - bugfixes and project improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 10:35
· 16 commits to main since this release
  • Fixed issue with upcoming pytest 8.1 release. PR
    #322 by
    @bluetech
  • Corrected API documentation (and comments) for the second file-name
    pattern for AUTO-cases lookup (cases_<name>.py instead of
    case_<name>.py). PR #320
    by @michele-riva.
  • Fixed AssertionError on AUTO cases outside a 'normal' test module.
    Fixes #309. PR
    #320 by
    @michele-riva.
  • Improved error message in case of cases loading error in @parametrize_with_cases when the cases argument
    is a string refering to a relative or absolute module name. Fixed import file mismatch with
    pytest 8 when executing our own tests.
    Fixes #323.
  • Fixed failing tests in our builds due to the event_loop_policy fixture that appeared in pytest-asyncio 0.23.
    Fixes part of
    #321.

See documentation page for details.