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
279b56d9
Kaydet (Commit)
279b56d9
authored
Eki 15, 2010
tarafından
Senthil Kumaran
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix a minor docs bug.
üst
b4dac71a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test.rst
Doc/library/test.rst
+2
-2
No files found.
Doc/library/test.rst
Dosyayı görüntüle @
279b56d9
...
...
@@ -262,7 +262,7 @@ The :mod:`test.support` module defines the following functions:
path
to
the
file
.
..
function
::
run_unittest
(*
classes
)
..
function
::
run_unittest
(
\
*
classes
)
Execute
:
class
:`
unittest
.
TestCase
`
subclasses
passed
to
the
function
.
The
function
scans
the
classes
for
methods
starting
with
the
prefix
``
test_
``
...
...
@@ -279,7 +279,7 @@ The :mod:`test.support` module defines the following functions:
This
will
run
all
tests
defined
in
the
named
module
.
..
function
::
check_warnings
(*
filters
,
quiet
=
True
)
..
function
::
check_warnings
(
\
*
filters
,
quiet
=
True
)
A
convenience
wrapper
for
:
func
:`
warnings
.
catch_warnings
()`
that
makes
it
easier
to
test
that
a
warning
was
correctly
raised
.
It
is
approximately
...
...
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