[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 14:45:08 CET 2011


On Tue, 1 Mar 2011 23:36:38 +1000
Nick Coghlan <ncoghlan at gmail.com> wrote:
> On Tue, Mar 1, 2011 at 8:03 AM, brett.cannon <python-checkins at python.org> wrote:
> > brett.cannon pushed 3e5a61adb41d to devinabox:
> >
> > http://hg.python.org/devinabox/rev/3e5a61adb41d
> > changeset:   8:3e5a61adb41d
> > user:        Brett Cannon <brett at python.org>
> > date:        Fri Feb 25 17:35:37 2011 -0800
> > summary:
> >  Add a Python script which will run the test suite in the most rigorous way possible.
> 
> Is there any particular reason not to stick this in the main
> repository somewhere, so it is available in all working copies, not
> just devinabox?

We already have "make test" and "make buildbottest" in addition to
"./python -m test". I think another subtly different way of running the
tests would be a nuisance.

cheers

Antoine.




More information about the Python-Dev mailing list