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 theller
Recipients
Date 2003-05-06.20:08:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11105

That's exactly how I was feeling. When an assertRaises test
failed, I usually inserted the call it made before this
line, to see the real traceback.

And that's what this patch tries to fix. I don't want to see
tracebacks when a test fails, I want a clear indication that
it failed (the patch prints "TestFailed" instead of
"Traceback:").

For the output of a failed assertRaises, see the first
comment I added. IMO it clearly says what which exception
was expected, and which one was raised.
History
Date User Action Args
2007-08-23 15:22:15adminlinkissue722638 messages
2007-08-23 15:22:15admincreate