Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d93c0b6a
Commit
d93c0b6a
authored
Jan 19, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jeremy's patch #103323: trivial tests of all untested modules.
parent
9d593a52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
94 additions
and
0 deletions
+94
-0
Lib/test/output/test_sundry
Lib/test/output/test_sundry
+1
-0
Lib/test/test_sundry.py
Lib/test/test_sundry.py
+93
-0
No files found.
Lib/test/output/test_sundry
0 → 100644
View file @
d93c0b6a
test_sundry
Lib/test/test_sundry.py
0 → 100644
View file @
d93c0b6a
"""Do a minimal test of all the modules that aren't otherwise tested"""
import
BaseHTTPServer
import
CGIHTTPServer
import
Queue
import
SimpleHTTPServer
import
SocketServer
import
aifc
import
anydbm
#import asynchat
import
asyncore
import
audiodev
import
bdb
import
cmd
import
code
import
codeop
import
colorsys
import
commands
import
compileall
#import curses
import
dbhash
import
dircache
import
dis
import
distutils
import
doctest
import
dumbdbm
import
encodings
import
filecmp
import
fileinput
import
fnmatch
import
formatter
import
fpformat
import
ftplib
import
getpass
import
glob
import
gopherlib
import
htmlentitydefs
import
htmllib
import
httplib
import
imaplib
import
imghdr
import
imputil
import
keyword
#import knee
import
macpath
import
macurl2path
import
mailcap
import
mhlib
import
mimetypes
import
mimify
import
multifile
import
mutex
import
netrc
import
nntplib
import
nturl2path
import
pdb
import
pipes
#import poplib
import
posixfile
import
pre
import
profile
import
pstats
import
py_compile
import
pyclbr
#import reconvert
import
repr
#import rlcompleter
import
robotparser
import
sched
import
sgmllib
import
shelve
import
shlex
import
shutil
import
smtplib
import
sndhdr
import
statcache
import
statvfs
import
stringold
import
sunau
import
sunaudio
import
symbol
import
tabnanny
import
telnetlib
import
test
import
toaiff
#import tzparse
import
urllib2
import
user
import
uu
import
webbrowser
import
whichdb
import
xdrlib
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