diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-19 05:41:36 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-19 05:41:36 (GMT) |
commit | d93c0b6a376126be1879255611e4dcdfd0b83d64 (patch) | |
tree | 16a24d1bf6c587564811fd84ae9bdd85e44e26ae /Lib/test/test_sundry.py | |
parent | 9d593a526b8037f3b9acd62dab5239ac06585d64 (diff) | |
download | cpython-d93c0b6a376126be1879255611e4dcdfd0b83d64.zip cpython-d93c0b6a376126be1879255611e4dcdfd0b83d64.tar.gz cpython-d93c0b6a376126be1879255611e4dcdfd0b83d64.tar.bz2 |
Jeremy's patch #103323: trivial tests of all untested modules.
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py new file mode 100644 index 0000000..485a691 --- /dev/null +++ b/Lib/test/test_sundry.py @@ -0,0 +1,93 @@ +"""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 |