diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test___all__.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 497a5cf..079f98c 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -76,4 +76,13 @@ check_all("htmllib") check_all("httplib") check_all("ihooks") check_all("imaplib") +check_all("imghdr") +check_all("imputil") +check_all("keyword") +check_all("linecache") +check_all("locale") +check_all("macpath") +check_all("macurl2path") +check_all("mailbox") +check_all("mhlib") check_all("robotparser") |