[issue1466] Special reporting of NotImplementedError in unittest

Erik Andersén report at bugs.python.org
Mon Nov 19 20:31:04 CET 2007


Erik Andersén added the comment:

Possible, but cumbersome. You have to analyze each case and see if it 
depends on code not written.
When you implement a new piece of code, you have to go through all your 
tests to see if that one should
be included.
Also you don't get any reporting on the coverage of the code.
If you accidentally forget to uncomment a test case, you may never 
realize that you have a bug --
at least not until it happens in real life.

Erik

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


More information about the Python-bugs-list mailing list