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 exarkun
Recipients exarkun, kristjan.jonsson, michael.foord
Date 2009-06-19.16:22:42
SpamBayes Score 0.0041863755
Marked as misclassified No
Message-id <1245428564.8.0.574544329864.issue6275@psf.upfronthosting.co.za>
In-reply-to
Content
I just want to second Kristján's position.  I've used assertRaises a lot
over the years (an implementation in a third-party unit testing library)
and it is extremely common that I want the exception object to perform
the kind of checks he is describing.
History
Date User Action Args
2009-06-19 16:22:45exarkunsetrecipients: + exarkun, kristjan.jonsson, michael.foord
2009-06-19 16:22:44exarkunsetmessageid: <1245428564.8.0.574544329864.issue6275@psf.upfronthosting.co.za>
2009-06-19 16:22:43exarkunlinkissue6275 messages
2009-06-19 16:22:42exarkuncreate