This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author purcell
Recipients
Date 2003-10-16.21:32:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21477

I'm looking at all this and will certainly incorporate some of 
the suggestions:  
  
- I'm +1 on the clearer message for assertRaises()  
- I'm +1 on clearer messages for _all_ assert*()/fail*() 
methods  
- The TestFailed exception doesn't really add much, since 
AssertionError works well already  
- I'm loathe to ever suppress tracebacks, or fiddle with them 
much: the traceback is the canonical way for IDEs to find 
lines in the code  
History
Date User Action Args
2007-08-23 15:22:15adminlinkissue722638 messages
2007-08-23 15:22:15admincreate