[issue1466] Special reporting of NotImplementedError in unittest
Raghuram Devarakonda
report at bugs.python.org
Mon Nov 19 19:42:49 CET 2007
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 <report at bugs.python.org>
<http://bugs.python.org/issue1466>
__________________________________
More information about the Python-bugs-list
mailing list