adapt for fnmatch_lines changes on trunk
This commit is contained in:
@@ -8,7 +8,7 @@ def test_functional_boxed(testdir):
|
|||||||
os.kill(os.getpid(), 15)
|
os.kill(os.getpid(), 15)
|
||||||
""")
|
""")
|
||||||
result = testdir.runpytest(p1, "--boxed")
|
result = testdir.runpytest(p1, "--boxed")
|
||||||
assert result.stdout.fnmatch_lines([
|
result.stdout.fnmatch_lines([
|
||||||
"*CRASHED*",
|
"*CRASHED*",
|
||||||
"*1 failed*"
|
"*1 failed*"
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user