cpython: 2ef61a4747eb (original) (raw)
Mercurial > cpython
changeset 101163:2ef61a4747eb 2.7
Issue #26672: Fix regrtest example in test.rst Reported by Axel Luttgens. [#26672]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Wed, 27 Apr 2016 08:58:32 +0300 |
parents | 44f888e47ab0 |
children | 224d83c81edd |
files | Doc/library/test.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/test.rst 2 |
line wrap: on
line diff
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -171,7 +171,7 @@ the test passed or failed and thus minim
Running :mod:test.regrtest
directly allows what resources are available for
tests to use to be set. You do this by using the -u
command-line
option. Specifying all
as the value for the -u
option enables all
-possible resources: :program:python -m test -uall
.
+possible resources: :program:python -m test.regrtest -uall
.
If all but one resource is desired (a more common case), a
comma-separated list of resources that are not desired may be listed after
all
. The command :program:python -m test.regrtest -uall,-audio,-largefile