fix deselect tests to match reason removal

This commit is contained in:
Ronny Pfannschmidt
2016-08-02 10:43:25 +02:00
parent ac215e9cff
commit 48f4e18280

View File

@@ -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