1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/8aba9078949b/
changeset:   r2149:8aba9078949b
user:        hpk42
date:        2011-02-04 22:51:05
summary:     laxer test for also passing it with pypy
affected #:  1 file (3 bytes)

--- a/testing/acceptance_test.py        Thu Feb 03 15:58:22 2011 +0100
+++ b/testing/acceptance_test.py        Fri Feb 04 22:51:05 2011 +0100
@@ -350,7 +350,7 @@
         result = testdir.runpytest("--pyargs", "tpkg.test_hello")
         assert result.ret != 0
         result.stderr.fnmatch_lines([
-            "*file*not*found*test_hello.py",
+            "*file*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.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to