Unit tests?

Arnaud Delobelle arnodel at googlemail.com
Thu May 29 07:37:04 EDT 2008


"Alex Gusarov" <alex.m.gusarov at gmail.com> writes:

> Hello, it seems that I have a problem - I almost finished my program
> and it's necessary to test it. But I've never do it before. I even
> don't know how I can do it.
> Please, give me some links to testing techniques, either common or
> specific to Python.
> I searched in Google for information, but 'cause I don't know anything
> about subject, I don't know where to start from.
>
> Thanks
> --
> Best regards, Alex Gusarov

Try googling "python unit test".  I did it, and amongst the first hits
were:

    * docs.python.org/lib/module-unittest.html

    * http://www.diveintopython.org/unit_testing/index.html

-- 
Arnaud



More information about the Python-list mailing list