Raghuram Devarakonda added the comment:

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.

----------
nosy: +draghuram

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1466>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to