summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-01-20 23:34:12 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-01-20 23:34:12 (GMT)
commiteccd02a40d0921fc2953213e71da8a3a79d00e17 (patch)
tree7f5a2cb83402b600e73e3cdbb71f7181aaa96138 /Lib/test/test___all__.py
parente78b92a062153ace94989e79d36e04e0997d1710 (diff)
downloadcpython-eccd02a40d0921fc2953213e71da8a3a79d00e17.zip
cpython-eccd02a40d0921fc2953213e71da8a3a79d00e17.tar.gz
cpython-eccd02a40d0921fc2953213e71da8a3a79d00e17.tar.bz2
more __all__ updates
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index f5e3630..f811732 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -52,4 +52,15 @@ check_all("copy_reg")
check_all("dbhash")
check_all("dircache")
check_all("dis")
+check_all("doctest")
+check_all("dospath")
+check_all("dumbdbm")
+check_all("filecmp")
+check_all("fileinput")
+check_all("fnmatch")
+check_all("fpformat")
+check_all("ftplib")
+check_all("getopt")
+check_all("getpass")
+check_all("glob")
check_all("robotparser")