[Patches] [Patch #100683] randomize test execution order in regrtest.py

Guido van Rossum guido@python.org
Fri, 30 Jun 2000 11:25:45 -0500


>     Guido> I vote -1 in this form.  I'd vote +0 if it was an option you had
>     Guido> to explicitly turn on.
> 
> I can be persuaded to add a -r flag to regrtest.py...

OK, go for it.  (It would be cool if there was at least a hackish way
to do this with imports too, e.g.

import regrtest
regrtest.randomize = 1
regrtest.main()

--Guido van Rossum (home page: http://www.python.org/~guido/)