[Tutor] Import modeuls

Kent Johnson kent37 at tds.net
Mon Jul 21 13:34:24 CEST 2008


On Mon, Jul 21, 2008 at 5:15 AM, Oleg Oltar <oltarasenko at gmail.com> 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


More information about the Tutor mailing list