Tim Allen | 5 Nov 03:02
Picon

Re: Trial: testing multiple test modules in one go?

Paul Goins <general <at> vultaire.net> wrote:
> My project has 160 or so test functions spread across 29 test modules.
> The layout is something like this:
> 
> project_root/
>   <project>/
>     <module>.py
>     <module>.py
>     ...
>   tests/
>     <test_module>.py
>     <test_module>.py
>     ...
>     unit_tests.py
> 
> Running tests one-by-one ("trial tests.<test_module>") works perfectly.
>  However, I want to test them all in one go, and can't find a "proper"
> way to do it.

Does "trial tests" not work? (you probably need a tests/__init__.py)
_______________________________________________
Twisted-Python mailing list
Twisted-Python <at> twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Gmane