[Tutor] Test Drive Development, DocTest, UnitTest
Tino Dai
oberoc at gmail.com
Thu Sep 23 22:27:11 CEST 2010
> The lines between doc tests, blackbox testing, whitebox testing, and
> regression testing is blurry. People may legitimately disagree on
> whether a specific test is documentation, testing the interface,
> testing the implementation, or all three.
>
Wow!!! Ok that clears up a lot. Thank you!!!!
Just to clear some things up:
Internal == doctest
External == blackbox testng (using unit tests)
Thanks again! Now off to go write some doctests and unit tests! :)
-Tino
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100923/53b568ad/attachment.html>
More information about the Tutor
mailing list