Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
328b5015
Commit
328b5015
authored
Aug 02, 2011
by
Nadeem Vawda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up description of Tools/scripts/run_tests.py.
Also, add an entry for the script in Tools/scripts/README.
parent
8db645f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
Tools/scripts/README
Tools/scripts/README
+2
-1
Tools/scripts/run_tests.py
Tools/scripts/run_tests.py
+4
-4
No files found.
Tools/scripts/README
View file @
328b5015
...
...
@@ -15,7 +15,7 @@ db2pickle.py Dump a database file to a pickle
diff.py Print file diffs in context, unified, or ndiff formats
dutree.py Format du(1) output as a tree sorted by size
eptags.py Create Emacs TAGS file for Python modules
find_recursionlimit.py Find the maximum recursion limit on this machine
find_recursionlimit.py Find the maximum recursion limit on this machine
finddiv.py A grep-like tool that looks for division operators
findlinksto.py Recursively find symbolic links to a given path prefix
findnocoding.py Find source files which need an encoding declaration
...
...
@@ -53,6 +53,7 @@ redemo.py Basic regular expression demonstration facility
reindent.py Change .py files to use 4-space indents
reindent-rst.py Fix-up reStructuredText file whitespace
rgrep.py Reverse grep through a file (useful for big logfiles)
run_tests.py Run the test suite with more sensible default options
serve.py Small wsgiref-based web server, used in make serve in Doc
suff.py Sort a list of files by suffix
svneol.py Set svn:eol-style on all files in directory
...
...
Tools/scripts/run_tests.py
View file @
328b5015
"""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.
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment