mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Clean up description of Tools/scripts/run_tests.py.
Also, add an entry for the script in Tools/scripts/README.
This commit is contained in:
parent
8db645f722
commit
328b5015a2
2 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
"""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). These defaults
|
||||
can be overridden by simply passing a -u option to this script.
|
||||
The defaults are meant to be reasonably thorough, while skipping certain
|
||||
tests that can be time-consuming or resource-intensive (e.g. largefile),
|
||||
or distracting (e.g. audio and gui). These defaults can be overridden by
|
||||
simply passing a -u option to this script.
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue