1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/0069195c13c9/
changeset:   0069195c13c9
user:        gutworth
date:        2011-12-19 20:23:39
summary:     fix spacing
affected #:  1 file

diff -r 21938d20c818f50853787780e79695aab7182853 -r 
0069195c13c9a5915fe1a28d088896ca6b591760 testing/test_python.py
--- a/testing/test_python.py
+++ b/testing/test_python.py
@@ -477,7 +477,7 @@
         out = result.stdout.str()
         assert out.find("conftest.py:2: ValueError") != -1
         numentries = out.count("_ _ _ _") # separator for traceback entries
-        assert numentries >3
+        assert numentries > 3
 
     def test_traceback_error_during_import(self, testdir):
         testdir.makepyfile("""

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