blob: 87355854a291ead497409d11e7fa3972423e757c (
plain) (
blame)
1
2
3
4
5
6
|
pytest-mypy provides mypy static type checker plugin for pytest.
Features:
- Runs the mypy static type checker on your source files as part of your pytest
test runs.
- Does for mypy what the pytest-flake8 plugin does for flake8.
|