[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-04-16 20:12:43 +00:00
parent caa1e585f4
commit 7e4a5bd4fa
1 changed files with 1 additions and 1 deletions

View File

@ -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])