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
34bc8974
Kaydet (Commit)
34bc8974
authored
Ara 08, 2013
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Patch by Vajrasky Kok.
üst
101d9e72
4adb37c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
test_abstract_numbers.py
Lib/test/test_abstract_numbers.py
+0
-4
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_abstract_numbers.py
Dosyayı görüntüle @
34bc8974
...
...
@@ -4,7 +4,6 @@ import math
import
operator
import
unittest
from
numbers
import
Complex
,
Real
,
Rational
,
Integral
from
test
import
support
class
TestNumbers
(
unittest
.
TestCase
):
def
test_int
(
self
):
...
...
@@ -40,9 +39,6 @@ class TestNumbers(unittest.TestCase):
self
.
assertRaises
(
TypeError
,
float
,
c1
)
self
.
assertRaises
(
TypeError
,
int
,
c1
)
def
test_main
():
support
.
run_unittest
(
TestNumbers
)
if
__name__
==
"__main__"
:
unittest
.
main
()
Misc/NEWS
Dosyayı görüntüle @
34bc8974
...
...
@@ -106,6 +106,9 @@ Library
Tests
-----
- Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Patch by Vajrasky Kok.
- Issue #19572: More skipped tests explicitly marked as skipped.
- Issue #19595: Re-enabled a long-disabled test in test_winsound.
...
...
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