Unit Testing in Python

BJörn Lindqvist bjourne at gmail.com
Fri Feb 11 06:39:07 EST 2005


> put it) PyUnit project. I'm sorry if this is a obvious question or one
> that has already been answered, but unit-testing sounds interesting and
> I'm not sure where to start.

Hi Ryan. I belive this (http://www.xp123.com/xplor/xp0201/index.shtml)
is a good way to learn about unit testing by practice if you already
know the basics of it. It is written in Java but is easy to translate
to Python. Unittesting really is great in Python, I try to use it for
anything but simple and dirty hacks.

-- 
mvh Björn



More information about the Python-list mailing list