[Python-checkins] cpython: Issue #11651: Move options for running tests into a Python script.

Terry Reedy tjreedy at udel.edu
Tue Aug 2 00:46:11 CEST 2011



On 8/1/2011 6:16 PM, nadeem.vawda wrote:
> http://hg.python.org/cpython/rev/c68a80779434
> changeset:   71682:c68a80779434
> parent:      71680:283ff2609046
> user:        Nadeem Vawda<nadeem.vawda at gmail.com>
> date:        Mon Aug 01 23:48:26 2011 +0200

> +++ b/Tools/scripts/run_tests.py
> @@ -0,0 +1,45 @@
> +"""Run Python's test suite in a fast, rigorous way.
> +
> +The defaults are meant to be thorough but to skip certain resources are not
> +used (by default) which can consume a lot of time and resources (e.g.,
> +largefile) or can be distracting (e.g., audio and gui).

This sentence is a bit garbled. I believe you meant something more lie:

"The defaults are meant to be thorough but to skip certain tests that 
can be either time or resource hogs (e.g., largefile) or distracting 
(e.g., audio and gui).

Terry


More information about the Python-checkins mailing list