[py-svn] commit/pytest: hpk42: fix test
Bitbucket
commits-noreply at bitbucket.org
Sat Nov 12 00:20:58 CET 2011
1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/e97f2a87fefa/
changeset: e97f2a87fefa
user: hpk42
date: 2011-11-12 00:18:33
summary: fix test
affected #: 1 file
diff -r d8cce78bee2bc2b26de9a2890ec20239cc425d5b -r e97f2a87fefa4a7280a3a7164b99b2a4d1c6e840 testing/test_terminal.py
--- a/testing/test_terminal.py
+++ b/testing/test_terminal.py
@@ -340,7 +340,7 @@
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
Repository URL: https://bitbucket.org/hpk42/pytest/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the pytest-commit
mailing list