1 """Do a minimal test of all the modules that aren't otherwise tested."""
3 from test_support
import verbose
8 import SimpleHTTPServer
23 import curses
# not available on Windows
26 print "skipping curses"
74 import rlcompleter
# not available on Windows
77 print "skipping rlcompleter"
98 # Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
99 # can screw up all sorts of things (esp. if it prints!).