[Patches] [ python-Patches-1751515 ] struni: Replace assert_(==) with failUnlessEqual

SourceForge.net noreply at sourceforge.net
Wed Jul 11 02:01:21 CEST 2007


Patches item #1751515, was opened at 2007-07-11 00:25
Message generated for change (Comment added) made by tiran
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1751515&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tests
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christian Heimes (tiran)
Assigned to: Nobody/Anonymous (nobody)
Summary: struni: Replace assert_(==) with failUnlessEqual

Initial Comment:
Patch for py3k-struni branch

It replaces assert_(foo == bar) and failUnless(foo == bar) with failUnlessEqual(foo, bar). It makes debugging the error MUCH easier to see both values.


----------------------------------------------------------------------

>Comment By: Christian Heimes (tiran)
Date: 2007-07-11 02:01

Message:
Logged In: YES 
user_id=560817
Originator: YES

File Added: newpatch.diff

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1751515&group_id=5470


More information about the Patches mailing list