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 draghuram
Recipients draghuram, erik_andersen, gvanrossum
Date 2007-11-19.18:42:49
SpamBayes Score 0.179443
Marked as misclassified No
Message-id <1195497769.34.0.354512743514.issue1466@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think unittest automatically treats all exceptions as failures.
Failures are those that are explicitly flagged with assert* and fail*
methods. All other exceptions result in "errors". I think what you are
asking for is to special case one such error but am not sure if it is
worth it.
History
Date User Action Args
2007-11-19 18:42:49draghuramsetspambayes_score: 0.179443 -> 0.179443
recipients: + draghuram, gvanrossum, erik_andersen
2007-11-19 18:42:49draghuramsetspambayes_score: 0.179443 -> 0.179443
messageid: <1195497769.34.0.354512743514.issue1466@psf.upfronthosting.co.za>
2007-11-19 18:42:49draghuramlinkissue1466 messages
2007-11-19 18:42:49draghuramcreate