From f7c1b9087ac11eccaa2218b8c97a50e7d1acc2fa Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 11 Nov 2011 23:18:33 +0000 Subject: [PATCH] fix test --- testing/test_terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_terminal.py b/testing/test_terminal.py index fd41e6345..c0ee32f74 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -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