This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erik_andersen
Recipients draghuram, erik_andersen, gvanrossum
Date 2007-11-19.19:31:04
SpamBayes Score 0.00024467058
Marked as misclassified No
Message-id <4741E478.8090700@rixtele.com>
In-reply-to <1195500112.49.0.435475081704.issue1466@psf.upfronthosting.co.za>
Content
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
History
Date User Action Args
2007-11-19 19:31:04erik_andersensetspambayes_score: 0.000244671 -> 0.00024467058
recipients: + erik_andersen, gvanrossum, draghuram
2007-11-19 19:31:04erik_andersenlinkissue1466 messages
2007-11-19 19:31:04erik_andersencreate