We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc553f4 commit be71d9dCopy full SHA for be71d9d
plugin_test.py
@@ -28,7 +28,7 @@ def test_fail():
28
)
29
result = testdir.runpytest()
30
result.stdout.fnmatch_lines([
31
- '::error file=test_annotation_fail.py,line=4::def test_fail():%0A*',
+ '::error file=test_annotation_fail.py,line=4::def test_fail():*',
32
])
33
34
def test_annotation_exception(testdir):
@@ -44,5 +44,5 @@ def test_fail():
44
45
46
47
- '::error file=test_annotation_exception.py,line=4::def test_fail():%0A*',
+ '::error file=test_annotation_exception.py,line=4::def test_fail():*',
48
0 commit comments