pytest-mypy
pytest-mypy copied to clipboard
Mypy static type checker plugin for Pytest
This project seems like a good candidate since `mypy` is an official project: https://docs.pytest.org/en/latest/contributing.html#submitplugin
Resolve #194
This doesn't affect Python 3.13 or other OSes. Other Python versions on Windows (3.10, 3.11, 3.12) untested. ```py _____________________________ [mypy] conftest.py ______________________________ [gw0] win32 -- Python 3.9.13 D:\a\setuptools\setuptools\.tox\py\Scripts\python.EXE cls =...
Hello! I am the maintainer of testing for vscode-python and have been investigating: https://github.com/microsoft/vscode-python/issues/23933. I have some questions in regards to how I can support pytest-mypy. This discussion is similar...
The mypy plugin here falls over, complains about errors, but there aren't any… ``` % pytest -s -vvv --mypy ===================================== test session starts ===================================== platform linux -- Python 3.13.3, pytest-8.3.5,...