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
60dd6e53
Kaydet (Commit)
60dd6e53
authored
Kas 22, 2012
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#16522: s/always 1/at most 1/.
Correction thanks to Joey Geralnik.
üst
ded22c6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doctest.rst
Doc/library/doctest.rst
+2
-2
No files found.
Doc/library/doctest.rst
Dosyayı görüntüle @
60dd6e53
...
@@ -636,8 +636,8 @@ The second group of options controls how test failures are reported:
...
@@ -636,8 +636,8 @@ The second group of options controls how test failures are reported:
..
data
::
FAIL_FAST
..
data
::
FAIL_FAST
When
specified
,
exit
after
the
first
failing
example
and
don
't attempt to run
When
specified
,
exit
after
the
first
failing
example
and
don
't attempt to run
the remaining examples. Thus, the number of failures reported will
always be 1.
the remaining examples. Thus, the number of failures reported will
be at most
This flag may be useful during debugging, since examples after the first
1.
This flag may be useful during debugging, since examples after the first
failure won'
t
even
produce
debugging
output
.
failure won'
t
even
produce
debugging
output
.
..
versionadded
::
3.4
..
versionadded
::
3.4
...
...
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