<div class="gmail_quote">On Thu, Sep 23, 2010 at 1:52 PM, Antoine Pitrou <span dir="ltr"><<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">How would an automatic check function solve anything, if you don't test</div>
that the class does what is expected?<br></blockquote><div><br></div><div>Automated checks are a good way to help ensure that your test coverage is good.  If the automated check fails and all the other tests pass, it means there's been an oversight in both functionality and tests.</div>
<div><br></div><div>This isn't a purely theoretical concern.  See Issues 9212 and 9213 for cases where a class purported to support an ABC but wasn't actually supplying all the methods.</div><div> </div></div>-- <br>
Daniel Stutzbach, Ph.D.<br>
President, <a href="http://stutzbachenterprises.com/" target="_blank">Stutzbach Enterprises, LLC</a><br>