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
0f1155c6
Kaydet (Commit)
0f1155c6
authored
Nis 19, 2014
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica McKellar.
üst
0fbd76b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
test_asyncore.py
Lib/test/test_asyncore.py
+1
-6
No files found.
Lib/test/test_asyncore.py
Dosyayı görüntüle @
0f1155c6
...
@@ -349,9 +349,8 @@ class dispatcherwithsend_noread(asyncore.dispatcher_with_send):
...
@@ -349,9 +349,8 @@ class dispatcherwithsend_noread(asyncore.dispatcher_with_send):
def
handle_connect
(
self
):
def
handle_connect
(
self
):
pass
pass
class
DispatcherWithSendTests
(
unittest
.
TestCase
):
usepoll
=
False
class
DispatcherWithSendTests
(
unittest
.
TestCase
):
def
setUp
(
self
):
def
setUp
(
self
):
pass
pass
...
@@ -401,10 +400,6 @@ class DispatcherWithSendTests(unittest.TestCase):
...
@@ -401,10 +400,6 @@ class DispatcherWithSendTests(unittest.TestCase):
self
.
fail
(
"join() timed out"
)
self
.
fail
(
"join() timed out"
)
class
DispatcherWithSendTests_UsePoll
(
DispatcherWithSendTests
):
usepoll
=
True
@unittest.skipUnless
(
hasattr
(
asyncore
,
'file_wrapper'
),
@unittest.skipUnless
(
hasattr
(
asyncore
,
'file_wrapper'
),
'asyncore.file_wrapper required'
)
'asyncore.file_wrapper required'
)
class
FileWrapperTest
(
unittest
.
TestCase
):
class
FileWrapperTest
(
unittest
.
TestCase
):
...
...
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