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
f69a24c6
Kaydet (Commit)
f69a24c6
authored
Nis 12, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update test_sundry. Many modules have now tests, but
e.g. SimpleXMLRPCServer wasn't in here yet.
üst
f7c6290c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
36 deletions
+12
-36
test_sundry.py
Lib/test/test_sundry.py
+12
-36
No files found.
Lib/test/test_sundry.py
Dosyayı görüntüle @
f69a24c6
...
...
@@ -12,74 +12,50 @@ warnings.filterwarnings("ignore",
from
test.test_support
import
verbose
import
BaseHTTPServer
import
DocXMLRPCServer
import
CGIHTTPServer
import
Queue
import
SimpleHTTPServer
import
S
ocket
Server
import
S
impleXMLRPC
Server
import
aifc
import
anydbm
import
audiodev
import
bdb
import
cgitb
import
cmd
import
code
import
codeop
import
colorsys
import
commands
import
compileall
try
:
import
curses
# not available on Windows
except
ImportError
:
if
verbose
:
print
"skipping curses"
import
dircache
import
dis
import
distutils
import
doctest
import
dumbdbm
import
encodings
import
fnmatch
import
formatter
import
fpformat
import
ftplib
import
getpass
import
glob
import
gopherlib
import
htmlentitydefs
import
htmllib
import
httplib
import
imaplib
import
ihooks
import
imghdr
import
imputil
import
keyword
import
macpath
import
linecache
import
macurl2path
import
mailcap
import
mhlib
import
mimetypes
import
mimify
import
multifile
import
mutex
import
nntplib
import
nturl2path
import
opcode
import
os2emxpath
import
pdb
import
pipes
#import poplib
import
posixfile
import
profile
import
pstats
import
py_compile
import
repr
import
pydoc
import
rexec
try
:
import
rlcompleter
# not available on Windows
except
ImportError
:
if
verbose
:
print
"skipping rlcompleter"
import
robotparser
import
sched
import
sgmllib
import
shelve
import
shlex
import
shutil
import
smtplib
import
sndhdr
import
statvfs
...
...
@@ -89,12 +65,12 @@ import sunaudio
import
symbol
import
tabnanny
import
telnetlib
import
t
es
t
import
t
imei
t
import
toaiff
import
urllib2
import
token
import
tty
# Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
# can screw up all sorts of things (esp. if it prints!).
#import user
import
webbrowser
import
whichdb
import
xml
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