{"library":"pytest-beartype-tests","title":"pytest-beartype-tests","description":"A Pytest plugin that automatically applies @beartype to every collected test function at runtime, enabling runtime type-checking of test arguments and return values. The current version is 2026.04.26, with a rapid release cadence tied to calendar dates.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pytest-beartype-tests"],"cli":null},"imports":["import pytest_beartype_tests"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# test_example.py\nimport pytest\n\ndef test_addition(a: int, b: int) -> int:\n    return a + b\n\n# Run with: pytest --beartype-tests\n","lang":"python","description":"Enable beartype checking on all test functions by passing --beartype-tests to pytest.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}