1 """Do a minimal test of all the modules that aren't otherwise tested."""
4 warnings
.filterwarnings('ignore', '', DeprecationWarning, 'posixfile')
6 from test_support
import verbose
11 import SimpleHTTPServer
24 import curses
# not available on Windows
27 print "skipping curses"
72 import rlcompleter
# not available on Windows
75 print "skipping rlcompleter"
96 # Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
97 # can screw up all sorts of things (esp. if it prints!).