mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#14552: remove redundant wording in 'test' docs.
Original patch by Tshepang Lekhonkhobe.
This commit is contained in:
parent
118ef7c38f
commit
644cabed4b
1 changed files with 3 additions and 3 deletions
|
@ -171,9 +171,9 @@ whether the test passed or failed and thus minimize output.
|
||||||
|
|
||||||
Running :mod:`test` directly allows what resources are available for
|
Running :mod:`test` directly allows what resources are available for
|
||||||
tests to use to be set. You do this by using the ``-u`` command-line
|
tests to use to be set. You do this by using the ``-u`` command-line
|
||||||
option. Run :program:`python -m test -uall` to turn on all
|
option. Specifying ``all`` as the value for the ``-u`` option enables all
|
||||||
resources; specifying ``all`` as an option for ``-u`` enables all
|
possible resources: :program:`python -m test -uall`.
|
||||||
possible resources. If all but one resource is desired (a more common case), a
|
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
|
comma-separated list of resources that are not desired may be listed after
|
||||||
``all``. The command :program:`python -m test -uall,-audio,-largefile`
|
``all``. The command :program:`python -m test -uall,-audio,-largefile`
|
||||||
will run :mod:`test` with all resources except the ``audio`` and
|
will run :mod:`test` with all resources except the ``audio`` and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue