diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-08-02 08:16:45 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-08-02 08:16:45 (GMT) |
commit | 328b5015a2a1c5b56ac633fa7980a361db64a016 (patch) | |
tree | 66b01c5a97abe3608d6dd2375187565b0f6c8fbf /Tools/scripts/README | |
parent | 8db645f72283c3a1d482210b43bfb774a2cbf2b3 (diff) | |
download | cpython-328b5015a2a1c5b56ac633fa7980a361db64a016.zip cpython-328b5015a2a1c5b56ac633fa7980a361db64a016.tar.gz cpython-328b5015a2a1c5b56ac633fa7980a361db64a016.tar.bz2 |
Clean up description of Tools/scripts/run_tests.py.
Also, add an entry for the script in Tools/scripts/README.
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 8c02529..eb28a9e 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -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 |