File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ whether the test passed or failed and thus minimize output.
171171
172172Running :mod: `test ` directly allows what resources are available for
173173tests to use to be set. You do this by using the ``-u `` command-line
174- option. Run :program: ` python -m test -uall ` to turn on all
175- resources; specifying `` all `` as an option for `` -u `` enables all
176- possible resources. If all but one resource is desired (a more common case), a
174+ option. Specifying `` all `` as the value for the `` -u `` option enables all
175+ possible resources: :program: ` python -m test -uall `.
176+ If all but one resource is desired (a more common case), a
177177comma-separated list of resources that are not desired may be listed after
178178``all ``. The command :program: `python -m test -uall,-audio,-largefile `
179179will run :mod: `test ` with all resources except the ``audio `` and
You can’t perform that action at this time.
0 commit comments