learning unit testing in python

BJörn Lindqvist bjourne at gmail.com
Mon Jun 23 18:03:25 EDT 2008


On Mon, Jun 23, 2008 at 2:55 PM, Alex <metallourlante at gmail.com> wrote:
> Hi all.
>
> I'd like learn some basic unit testing with python.
> I red some articles about different testing framework like unittest or
> nose, but I'm a bit confused: what is the best choice? I'm not a
> professional developer (I'm a SEO) but I belive that unit testing is a

The best framework is nose at
http://www.somethingaboutorange.com/mrl/projects/nose/. If you aren't
already familiar with unit testing then http://diveintopython.org has
a good tutorial about it at
http://diveintopython.org/unit_testing/index.html.

-- 
mvh Björn



More information about the Python-list mailing list