[issue1466] Special reporting of NotImplementedError in unittest

Erik Andersén report at bugs.python.org
Mon Nov 19 21:09:26 CET 2007


Erik Andersén added the comment:

No, I definitely don't want to ignore them, I want them reported in a 
manner that is relevant to them. Just say that the test was not implemented.
No tracebacks for debugging since there is nothing to debug.

In addition to a TestRunner I need a new TestCase and a new TestResult, 
which is what is in the patch,
although I changed the classes rather than inherit from them.

Erik

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1466>
__________________________________


More information about the Python-bugs-list mailing list