1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/93b1931b7847/
changeset:   93b1931b7847
user:        gutworth
date:        2011-07-11 04:02:36
summary:     update assertion option names
affected #:  2 files (8 bytes)

--- a/_pytest/assertion/newinterpret.py Sat Jul 09 13:23:58 2011 +0200
+++ b/_pytest/assertion/newinterpret.py Sun Jul 10 21:02:36 2011 -0500
@@ -53,7 +53,7 @@
     if should_fail:
         return ("(assertion failed, but when it was re-run for "
                 "printing intermediate values, it did not fail.  Suggestions: "
-                "compute assert expression before the assert or use 
--no-assert)")
+                "compute assert expression before the assert or use 
--assert=plain)")
 
 def run(offending_line, frame=None):
     if frame is None:


--- a/_pytest/assertion/oldinterpret.py Sat Jul 09 13:23:58 2011 +0200
+++ b/_pytest/assertion/oldinterpret.py Sun Jul 10 21:02:36 2011 -0500
@@ -482,7 +482,7 @@
     if should_fail:
         return ("(assertion failed, but when it was re-run for "
                 "printing intermediate values, it did not fail.  Suggestions: "
-                "compute assert expression before the assert or use 
--nomagic)")
+                "compute assert expression before the assert or use 
--assert=plain)")
     else:
         return None

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