blob: 6ac3e8193130d8301f22e8ed6b99adf98e300536 (
plain) (
blame)
1
2
3
|
pytest-mypy-testing provides a pytest plugin to test that mypy produces a given
output. As mypy can be told to display the type of an expression this allows us
to check mypys type interference.
|