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
a86f0c17
Kaydet (Commit)
a86f0c17
authored
Eyl 18, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make test_socketserver require the network resource.
Add it back to the list of tests we expect to skip on Windows.
üst
7a76d4b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
regrtest.py
Lib/test/regrtest.py
+1
-0
test_socketserver.py
Lib/test/test_socketserver.py
+2
-0
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
a86f0c17
...
...
@@ -495,6 +495,7 @@ _expectations = {
test_pwd
test_signal
test_socket_ssl
test_socketserver
test_sunaudiodev
test_timing
"""
,
...
...
Lib/test/test_socketserver.py
Dosyayı görüntüle @
a86f0c17
# Test suite for SocketServer.py
import
test_support
from
test_support
import
verbose
,
verify
,
TESTFN
,
TestSkipped
test_support
.
requires
(
'network'
)
from
SocketServer
import
*
import
socket
...
...
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