1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/04522717e199/
changeset:   04522717e199
user:        gutworth
date:        2011-06-13 15:50:50
summary:     fix name
affected #:  1 file (2 bytes)

--- a/_pytest/assertion/newinterpret.py Sun Jun 12 22:41:58 2011 -0500
+++ b/_pytest/assertion/newinterpret.py Mon Jun 13 08:50:50 2011 -0500
@@ -65,7 +65,7 @@
     value = e.cause[1]
     if str(value):
         lines = explanation.split('\n')
-        lines[0] += "  << %s" % (e.value,)
+        lines[0] += "  << %s" % (value,)
         explanation = '\n'.join(lines)
     text = "%s: %s" % (e.cause[0].__name__, explanation)
     if text.startswith('AssertionError: assert '):

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