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
3d78c4a6
Kaydet (Commit)
3d78c4a6
authored
Mar 28, 2019
tarafından
Jules Lasne (jlasne)
Kaydeden (comit)
Miss Islington (bot)
Mar 28, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed capital letters missing and missing . (GH-12584)
No `bpo` for minor doc fix
üst
e63fc11b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
unittest.rst
Doc/library/unittest.rst
+6
-6
No files found.
Doc/library/unittest.rst
Dosyayı görüntüle @
3d78c4a6
...
@@ -1000,7 +1000,7 @@ Test cases
...
@@ -1000,7 +1000,7 @@ Test cases
int('XYZ')
int('XYZ')
.. versionadded:: 3.1
.. versionadded:: 3.1
under the name ``assertRaisesRegexp``.
Added
under the name ``assertRaisesRegexp``.
.. versionchanged:: 3.2
.. versionchanged:: 3.2
Renamed to :meth:`assertRaisesRegex`.
Renamed to :meth:`assertRaisesRegex`.
...
@@ -1145,7 +1145,7 @@ Test cases
...
@@ -1145,7 +1145,7 @@ Test cases
+---------------------------------------+--------------------------------+--------------+
+---------------------------------------+--------------------------------+--------------+
| :meth:`assertCountEqual(a, b) | *a* and *b* have the same | 3.2 |
| :meth:`assertCountEqual(a, b) | *a* and *b* have the same | 3.2 |
| <TestCase.assertCountEqual>` | elements in the same number, | |
| <TestCase.assertCountEqual>` | elements in the same number, | |
| | regardless of their order
| |
| | regardless of their order
.
| |
+---------------------------------------+--------------------------------+--------------+
+---------------------------------------+--------------------------------+--------------+
...
@@ -1193,7 +1193,7 @@ Test cases
...
@@ -1193,7 +1193,7 @@ Test cases
expression suitable for use by :func:`re.search`.
expression suitable for use by :func:`re.search`.
.. versionadded:: 3.1
.. versionadded:: 3.1
under the name ``assertRegexpMatches``.
Added
under the name ``assertRegexpMatches``.
.. versionchanged:: 3.2
.. versionchanged:: 3.2
The method ``assertRegexpMatches()`` has been renamed to
The method ``assertRegexpMatches()`` has been renamed to
:meth:`.assertRegex`.
:meth:`.assertRegex`.
...
@@ -1516,14 +1516,14 @@ along with their deprecated aliases:
...
@@ -1516,14 +1516,14 @@ along with their deprecated aliases:
============================== ====================== =======================
============================== ====================== =======================
.. deprecated:: 3.1
.. deprecated:: 3.1
the fail* aliases listed in the second column
.
The fail* aliases listed in the second column have been deprecated
.
.. deprecated:: 3.2
.. deprecated:: 3.2
the assert* aliases listed in the third column
.
The assert* aliases listed in the third column have been deprecated
.
.. deprecated:: 3.2
.. deprecated:: 3.2
``assertRegexpMatches`` and ``assertRaisesRegexp`` have been renamed to
``assertRegexpMatches`` and ``assertRaisesRegexp`` have been renamed to
:meth:`.assertRegex` and :meth:`.assertRaisesRegex`.
:meth:`.assertRegex` and :meth:`.assertRaisesRegex`.
.. deprecated:: 3.5
.. deprecated:: 3.5
the ``assertNotRegexpMatches`` name
in favor of :meth:`.assertNotRegex`.
The ``assertNotRegexpMatches`` name is deprecated
in favor of :meth:`.assertNotRegex`.
.. _testsuite-objects:
.. _testsuite-objects:
...
...
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