[py-svn] commit/pytest: hpk42: relax error string matching

Bitbucket commits-noreply at bitbucket.org
Wed Sep 21 06:21:58 CEST 2011


1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/15184cd09cb9/
changeset:   15184cd09cb9
user:        hpk42
date:        2011-09-21 06:21:48
summary:     relax error string matching
affected #:  1 file (-1 bytes)

--- a/testing/acceptance_test.py	Tue Sep 20 17:53:07 2011 -0400
+++ b/testing/acceptance_test.py	Wed Sep 21 06:21:48 2011 +0200
@@ -411,7 +411,7 @@
         result = testdir.runpytest("--pyargs", "tpkg.test_hello")
         assert result.ret != 0
         result.stderr.fnmatch_lines([
-            "*file*not*found*test_hello*",
+            "*not*found*test_hello*",
         ])
 
     def test_cmdline_python_package_not_exists(self, testdir):

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