typeddjango / pytest-mypy-plugins

pytest plugin for testing mypy types, stubs, and plugins
https://pypi.org/project/pytest-mypy-plugins/
MIT License
100 stars 26 forks source link

Test inline mypy configuration with more stable mypy option #138

Closed antecrescent closed 6 months ago

antecrescent commented 6 months ago

The mypy configuration --no-strict-optional is discouraged and not much tested. It caused the test to fail with >=mypy-1.6.0.

Closes #137

antecrescent commented 6 months ago

@sobolevn I hope the last commit is correct. I figured that if anything, it should be pytest, that generates (per-file) junit-xml output.