1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/9605c7f187c7/
changeset:   9605c7f187c7
user:        hpk42
date:        2012-09-27 13:27:22
summary:     remove print, pass python32
affected #:  1 file

diff -r 1c8e15ae79692b3c49204fca94769e0ee7e03429 -r 
9605c7f187c700413544b84c3eb65bc6eafa0a4f testing/test_python.py
--- a/testing/test_python.py
+++ b/testing/test_python.py
@@ -2094,7 +2094,6 @@
                     l.append("step2-%d" % item)
 
             def test_finish():
-                print l
                 assert l == ["setup-1", "step1-1", "step2-1", "teardown-1",
                              "setup-2", "step1-2", "step2-2", "teardown-2",]
         """)

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