Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 448 Bytes

README.rst

File metadata and controls

29 lines (16 loc) · 448 Bytes

Install deps (requires poetry)

poetry install

Verify that mypy works

poetry run mypy tests/ typeguard_test

Verify that test success with no typeguard

poetry run py.test tests/test_impl.py

Verify that test fails with typeguard

poetry run py.test --typeguard=typeguard_test tests/test_impl.py