fix deselect tests to match reason removal
This commit is contained in:
@@ -384,7 +384,7 @@ class TestTerminalFunctional:
|
||||
result = testdir.runpytest("-k", "test_two:", testpath)
|
||||
result.stdout.fnmatch_lines([
|
||||
"*test_deselected.py ..",
|
||||
"=* 1 test*deselected by*test_two:*=",
|
||||
"=* 1 test*deselected *=",
|
||||
])
|
||||
assert result.ret == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user