Update test_terminal.py
This commit is contained in:
parent
a6bafe8298
commit
caa1e585f4
|
@ -1549,7 +1549,6 @@ class TestGenericReporting:
|
|||
)
|
||||
result = pytester.runpytest("--tb=line")
|
||||
s = result.stdout.str()
|
||||
assert "None" not in s
|
||||
bn = p.name
|
||||
result.stdout.fnmatch_lines(["*%s:3: Failed: test_func1" % bn])
|
||||
|
||||
|
|
Loading…
Reference in New Issue