pytest-mypy-plugins
pytest-mypy-plugins copied to clipboard
pytest plugin for testing mypy types, stubs, and plugins
Results
32
pytest-mypy-plugins issues
Sort by
recently updated
recently updated
newest added
trafficstars
For https://github.com/typeddjango/pytest-mypy-plugins/issues/144 I think it'll be useful if the yaml definition can be given more control over how the test actually runs it. To help with that this PR makes...
here's an example failure I had to debug recently: ```console $ pip install . -qq --no-deps && python -m pytest tests -k test_emits_error_for_unresolved_managers ============================= test session starts ============================== platform linux...