fix test
This commit is contained in:
parent
36c42b5c15
commit
f7c1b9087a
|
@ -340,7 +340,7 @@ class TestTerminalFunctional:
|
||||||
result = testdir.runpytest("-k", "test_two:", testpath)
|
result = testdir.runpytest("-k", "test_two:", testpath)
|
||||||
result.stdout.fnmatch_lines([
|
result.stdout.fnmatch_lines([
|
||||||
"*test_deselected.py ..",
|
"*test_deselected.py ..",
|
||||||
"=* 1 test*deselected by 'test_two:'*=",
|
"=* 1 test*deselected by*test_two:*=",
|
||||||
])
|
])
|
||||||
assert result.ret == 0
|
assert result.ret == 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue