Re: PyUnit and multiple test scripts

2005-02-27 Thread Peter Hansen
Calvin Spealman wrote: I'm trying to find the best way to use PyUnit and organize my test scripts. What I really want is to separate all my tests into 'test' directories within each module of my project. The script below will do that. I want all the files there to define a 'suite' callable and to

PyUnit and multiple test scripts

2005-02-26 Thread Calvin Spealman
I'm trying to find the best way to use PyUnit and organize my test scripts. What I really want is to separate all my tests into 'test' directories within each module of my project. I want all the files there to define a 'suite' callable and to then all all those suites from all those test directori