github okken/pytest-check 2.7.3

7 hours ago

Added

  • Add __init__.pyi stub file for IDE intellisense (e.g. VSCode) and static type checkers.
  • Add PEP 561 py.typed marker so the package is recognized as typed.
  • (examples) Add test_example_import_as.py to validate import pytest_check as check with mypy.

Fixed

  • Ignore dist-packages in pseudo stack trace - Fixes #196 - Thanks @siferati
  • (typing) Resolve remaining mypy errors for import pytest_check as check usage; internal adjustments in check_functions.py.

Changed

  • (ci) Rename "quality" job to "static-analysis"; split into separate jobs for static-analysis, pytest_earliest, and coverage; use Python 3.14 for quality jobs.
  • (tox) Add mypy env coverage for import-as style in examples.

Don't miss a new pytest-check release

NewReleases is sending notifications on new releases.