[Tutor] Where to start with Unit Testing
Huy Ton That
huyslogic at gmail.com
Mon Aug 2 17:16:50 CEST 2010
One final note, that I thought might be useful to others.
I've just discovered doctest, which allows you to run tests on your embedded
function/class documentation.
Check it out here:
http://docs.python.org/tutorial/stdlib.html#quality-control
On Sun, Aug 1, 2010 at 3:30 AM, Huy Ton That <huyslogic at gmail.com> wrote:
> Hi all,
>
> Do any of you have any feedback, strategies and best practices related to
> unit testing within Python. This is a relatively new topic for me. I was
> thinking of starting with reading the documentation associate with the
> unittest module.
>
> -Huy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100802/f9145fe3/attachment-0001.html>
More information about the Tutor
mailing list