[BangPypers] Agile development in Python

S.Ramaswamy srsy70 at gmail.com
Tue Feb 26 06:09:33 CET 2008


> Is there a simple python project with unit tests written available online?
>

Any standard Python installation itself contains a number of tests
that use the unittest module. You might want to take a look at those -
there's usually a "test" directory which contains the tests.

Ramaswamy


More information about the BangPypers mailing list