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
644cabed
Commit
644cabed
authored
Apr 11, 2012
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#14552: remove redundant wording in 'test' docs.
Original patch by Tshepang Lekhonkhobe.
parent
118ef7c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/test.rst
Doc/library/test.rst
+3
-3
No files found.
Doc/library/test.rst
View file @
644cabed
...
...
@@ -171,9 +171,9 @@ whether the test passed or failed and thus minimize output.
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
option
.
Run
:
program
:`
python
-
m
test
-
uall
`
to
turn
on
all
resources
;
specifying
``
all
``
as
an
option
for
``-
u
``
enables
all
possible
resources
.
If
all
but
one
resource
is
desired
(
a
more
common
case
),
a
option
.
Specifying
``
all
``
as
the
value
for
the
``-
u
``
option
enables
all
possible
resources
:
:
program
:`
python
-
m
test
-
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
-
uall
,-
audio
,-
largefile
`
will
run
:
mod
:`
test
`
with
all
resources
except
the
``
audio
``
and
...
...
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