This commit is contained in:
Ethan Smith
2018-11-29 00:55:33 -08:00
parent 566480fdd3
commit 49c09117ed

View File

@@ -366,9 +366,7 @@ class TestTerminalReporting:
"""
)
result = testdir.runpytest("-q")
result.stdout.fnmatch_lines(
[".*[100%]*", "*1*passed*"]
)
result.stdout.fnmatch_lines([".*[100%]*", "*1*passed*"])
def test_pass_skip_fail(self, testdir):
testdir.makepyfile(