Commit 91f29c9
committed
Handle test failures without a line number
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.1 parent 6cb5788 commit 91f29c9
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments