[TIP] Is there nose plugin for deeper discovery?

Gary Bernhardt gary.bernhardt at gmail.com
Fri Feb 12 07:43:36 PST 2010


In the past, I've occasionally done things like "find . -iname
'test_*.py' | xargs nosetests". YMMV. :)

On Fri, Feb 12, 2010 at 12:29 AM, Pete Forman <petef4+usenet at gmail.com> wrote:
> I'd like to run nose at the top of a loosely organised collection of
> python packages and individual files.
>
> Say I have this directory structure.
>
> a -\
>   + b\
>   |  +-foo.py
>   |  +-test_foo.py
>   +-c\
>      +-bar.py
>      +-test_bar.py
>
> From a, is there an option or plugin that will enable nosetests to
> discover the tests to be run in b and c?
> --
> Pete Forman        -./\.-
> West Sussex, UK      -./\.-
> http://petef.22web.net -./\.-
> petef4+usenet at gmail.com  -./\.-
>
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>



-- 
Gary
http://blog.extracheese.org



More information about the testing-in-python mailing list