[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
caa1e585f4
commit
7e4a5bd4fa
|
@ -1548,7 +1548,7 @@ class TestGenericReporting:
|
|||
"""
|
||||
)
|
||||
result = pytester.runpytest("--tb=line")
|
||||
s = result.stdout.str()
|
||||
result.stdout.str()
|
||||
bn = p.name
|
||||
result.stdout.fnmatch_lines(["*%s:3: Failed: test_func1" % bn])
|
||||
|
||||
|
|
Loading…
Reference in New Issue