Hi,

On Tue, 23 Nov 2010 11:36:05 +0100
Ulrich Eckhardt <ulrich.eckha...@dominolaser.com> wrote:

> Now, my problem is I have a directory containing test scripts which I
> all want to run. I used to run them individually and manually, but
> want to avoid this overhead in the future.
> 
>  tests/
>    foo.py # defines TestFoo1 and TestFoo2
>    bar.py # defines TestBar1 and TestBar2

Nose does what you want:

http://packages.python.org/nose/

--
Gregor
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to