Re: Unittest Automation

2007-05-07 Thread bourbaki
On May 7, 7:29 am, "Calvin Spealman" <[EMAIL PROTECTED]> wrote: > I'm trying to find a better way, a shell one-liner, that I can use to > recurse through my project, find all my test_ modules, aggregate the > TestCase classes into a suite, and run all my tests. Basically, what > py.test does out of

Unittest Automation

2007-05-07 Thread Calvin Spealman
I'm trying to find a better way, a shell one-liner, that I can use to recurse through my project, find all my test_ modules, aggregate the TestCase classes into a suite, and run all my tests. Basically, what py.test does out of the box. Why am I having such trouble doing it? -- Read my blog! I de