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".

:-)
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to