You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can happen with Pytest plugins such as pytest-mypy which emits test
failures (type checking errors) differently than Pytest normally does for
regular unit tests.
The errors will instead be reported against the file as a whole.
Fixes#46.
0 commit comments