Fix lint
This commit is contained in:
@@ -366,9 +366,7 @@ class TestTerminalReporting:
|
|||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
result = testdir.runpytest("-q")
|
result = testdir.runpytest("-q")
|
||||||
result.stdout.fnmatch_lines(
|
result.stdout.fnmatch_lines([".*[100%]*", "*1*passed*"])
|
||||||
[".*[100%]*", "*1*passed*"]
|
|
||||||
)
|
|
||||||
|
|
||||||
def test_pass_skip_fail(self, testdir):
|
def test_pass_skip_fail(self, testdir):
|
||||||
testdir.makepyfile(
|
testdir.makepyfile(
|
||||||
|
|||||||
Reference in New Issue
Block a user