This commit is contained in:
holger krekel
2011-11-11 23:18:33 +00:00
parent 36c42b5c15
commit f7c1b9087a

View File

@@ -340,7 +340,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 by*test_two:*=",
])
assert result.ret == 0