python unittest question

2009-04-28 Thread Paul Lussier
Is anyone here familiar with unit testing in python using the unittest module? If so, I'm rather stumped on something. I have a directory with several seperate unit test suites $ ls testcases/ foo_t.py bar_t.py baz_t.py The _t is a local convention indicating this file is a suite of un

Re: python unittest question

2009-04-29 Thread Lloyd Kvam
On Tue, 2009-04-28 at 19:46 -0400, Paul Lussier wrote: > Is anyone here familiar with unit testing in python using the unittest > module? If so, I'm rather stumped on something. > The nosetests module (package probably named python-nose) will do what you want though it supports a different naming

Re: python unittest question

2009-04-29 Thread Paul Lussier
Lloyd Kvam writes: > On Tue, 2009-04-28 at 19:46 -0400, Paul Lussier wrote: >> Is anyone here familiar with unit testing in python using the unittest >> module? If so, I'm rather stumped on something. >> > The nosetests module (package probably named python-nose) will do what > you want though

Re: python unittest question

2009-04-29 Thread Lloyd Kvam
On Wed, 2009-04-29 at 13:11 -0400, Paul Lussier wrote: > Lloyd Kvam writes: > > > On Tue, 2009-04-28 at 19:46 -0400, Paul Lussier wrote: > >> Is anyone here familiar with unit testing in python using the unittest > >> module? If so, I'm rather stumped on something. > >> > > The nosetests module