On Mon, Jul 21, 2008 at 5:15 AM, Oleg Oltar <[EMAIL PROTECTED]> wrote:
> They want me to do one test runner which runs any test... And ideally it
> should work on any platform....

You might want to look at nose or py.test, they both have test
runners. I think you can give nose a directory and it will find and
run the tests in the directory.
http://www.somethingaboutorange.com/mrl/projects/nose/

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

Reply via email to