[Tutor] designing POOP
Eric Brunson
brunson at brunson.com
Thu Feb 7 22:58:34 CET 2008
bhaaluu wrote:
> What is the equivalent of JUnit in Python? The article says that JUnit is
> used for unit tests, or you can write your own. Since I don't have a clue,
> writing my own is probably out the question. Also I'm not familiar with
> Java, and am just learning Python OOP, so I'm not getting much out
> of that one. Sorry. Absolute Beginner here.
>
http://www.google.com/search?q=python+unit+test
Cleverly called "unittest", though sometimes referred to by its original
project name "PyUnit".
:-)
More information about the Tutor
mailing list