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 <[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