5 Nov 03:02
Re: Trial: testing multiple test modules in one go?
Tim Allen <tim <at> commsecure.com.au>
2009-11-05 02:02:39 GMT
2009-11-05 02:02:39 GMT
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
RSS Feed