]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* added a randomize flag and corresponding -r command line argument that
authorSkip Montanaro <skip@pobox.com>
Fri, 30 Jun 2000 16:39:27 +0000 (16:39 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 30 Jun 2000 16:39:27 +0000 (16:39 +0000)
commitab1c7918f683e540ae5651c1b585ecda16ae352d
treeca8b0de96f30eece1816e684c6a795780f25a6b1
parent2850d186156ca4af83a298d24fa7e96af9f4807c
* added a randomize flag and corresponding -r command line argument that
  allows the caller to execute the various tests in pseudo-random order -
  default is still to execute tests in the order returned by findtests().

* moved initialization of the various flag variables to the main() function
  definition, making it possible to execute regrtest.main() interactively
  and still override default behavior.
Lib/test/regrtest.py