test_assertion_location_with_coverage
This commit is contained in:
parent
998f8d0a89
commit
d45b5ade2a
|
@ -1905,7 +1905,6 @@ def test_assertion_location_with_coverage(pytester: Pytester) -> None:
|
||||||
[
|
[
|
||||||
"> assert False, 1",
|
"> assert False, 1",
|
||||||
"E AssertionError: 1",
|
"E AssertionError: 1",
|
||||||
"E assert False",
|
|
||||||
"*= 1 failed in*",
|
"*= 1 failed in*",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue