[Python-Dev] devinabox: Add a Python script which will run the test suite in the most rigorous way
Antoine Pitrou
solipsis at pitrou.net
Tue Mar 1 23:58:53 CET 2011
On Tue, 1 Mar 2011 16:49:42 -0600
skip at pobox.com wrote:
>
> Antoine> We already have "make test" and "make buildbottest" in addition
> Antoine> to "./python -m test". I think another subtly different way of
> Antoine> running the tests would be a nuisance.
>
> I see nothing wrong with "make rigoroustest" or "make brutaltest". I
> routinely use "make test" but never remember the necessary incantations for
> enabling everything that regrtest can do (random test order, leak tests,
> skip nothing, etc).
Well, "make buildbottest" should do the trick.
Regards
Antoine.
More information about the Python-Dev
mailing list