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
5963185b
Kaydet (Commit)
5963185b
authored
Nis 09, 2009
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo fixes
üst
24520b43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
unittest.rst
Doc/library/unittest.rst
+6
-6
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/library/unittest.rst
Dosyayı görüntüle @
5963185b
...
...
@@ -690,7 +690,7 @@ Test cases
assertLessEqual(first, second, msg=None)
Test that *first* is respectively >, >=, < or <= than *second* depending
on the method name. If not, the test will fail with
the nice
explanation
on the method name. If not, the test will fail with
an
explanation
or with the explanation given by *msg*::
>>> self.assertGreaterEqual(3, 4)
...
...
@@ -723,7 +723,7 @@ Test cases
.. method:: assertIn(first, second, msg=None)
assertNotIn(first, second, msg=None)
Tests that *first* is or is not in *second* with a
nice explani
tory error
Tests that *first* is or is not in *second* with a
n explana
tory error
message as appropriate.
If specified *msg* will be used as the error message on failure.
...
...
@@ -767,7 +767,7 @@ Test cases
.. method:: assertDictContainsSubset(expected, actual, msg=None)
Tests whether the key
value pairs in dictionary *actual* are a
Tests whether the key
/
value pairs in dictionary *actual* are a
superset of those in *expected*. If not, an error message listing
the missing keys and mismatched values is generated.
...
...
@@ -969,12 +969,12 @@ Test cases
been asked to compare are exactly *typeobj* (not subclasses).
*function* must take two positional arguments and a third msg=None
keyword argument just as :meth:`assertEqual` does. It must raise
self.failureException
when inequality between the first two
``self.failureException``
when inequality between the first two
parameters is detected.
One good use of custom equality checking functions for a type
is to raise
self.failureException
with an error message useful
for debugging the by explaining the inequalities in detail.
is to raise
``self.failureException``
with an error message useful
for debugging the
problem
by explaining the inequalities in detail.
.. versionadded:: 2.7
...
...
Misc/NEWS
Dosyayı görüntüle @
5963185b
...
...
@@ -239,7 +239,7 @@ Library
mailbox.MH.get_message().
- Issue #5585: Add the ability to call an initializer to mulitiprocessing.manager
so that users can install custo
n
m handlers/etc.
so that users can install custom handlers/etc.
- Issue #3551: Patch multiprocessing to raise a proper exception if the size of the
object when writefile is called causes a ERROR_NO_SYSTEM_RESOURCES. Added docs
...
...
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