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
c2f5a595
Kaydet (Commit)
c2f5a595
authored
Haz 30, 2009
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed defaultTestCase -> defaultTestResult
üst
31f42ab2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
macostools.rst
Doc/library/macostools.rst
+2
-2
unittest.rst
Doc/library/unittest.rst
+2
-2
No files found.
Doc/library/macostools.rst
Dosyayı görüntüle @
c2f5a595
...
...
@@ -59,8 +59,8 @@ documentation. Hence, aliases created with :func:`mkalias` could conceivably
have incompatible behaviour in some cases.
:mod:`findertools` --- The :program:`finder`'s Apple Events interface
=====================================================================
:mod:`findertools` --- The :program:`finder`
\
's Apple Events interface
=====================================================================
=
.. module:: findertools
:platform: Mac
...
...
Doc/library/unittest.rst
Dosyayı görüntüle @
c2f5a595
...
...
@@ -651,8 +651,8 @@ Test cases
Run the test, collecting the result into the test result object passed as
*result*. If *result* is omitted or :const:`None`, a temporary result
object is created (by calling the :meth:`defaultTest
Case
` method) and
used
; this
result object is not returned to :meth:`run`'s caller.
object is created (by calling the :meth:`defaultTest
Result
` method) and
used
. The
result object is not returned to :meth:`run`'s caller.
The same effect may be had by simply calling the :class:`TestCase`
instance.
...
...
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