Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
644cabed
Kaydet (Commit)
644cabed
authored
Nis 12, 2012
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#14552: remove redundant wording in 'test' docs.
Original patch by Tshepang Lekhonkhobe.
üst
118ef7c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test.rst
Doc/library/test.rst
+3
-3
No files found.
Doc/library/test.rst
Dosyayı görüntüle @
644cabed
...
@@ -171,9 +171,9 @@ whether the test passed or failed and thus minimize output.
...
@@ -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
...
...
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