Update test_terminal.py

This commit is contained in:
Ran Benita 2023-04-16 23:11:57 +03:00 committed by GitHub
parent a6bafe8298
commit caa1e585f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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