diff options
Diffstat (limited to 'Tools/scripts/run_tests.py')
-rwxr-xr-x | Tools/scripts/run_tests.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tools/scripts/run_tests.py b/Tools/scripts/run_tests.py index 543afe7..d8f5ac3 100755 --- a/Tools/scripts/run_tests.py +++ b/Tools/scripts/run_tests.py @@ -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. """ |