Commit 2d72b5d7 authored by Raymond Hettinger's avatar Raymond Hettinger

Test __all__ for unittest.py

parent cc1798e0
......@@ -59,7 +59,7 @@ class AllTest(unittest.TestCase):
self.check_all("ConfigParser")
self.check_all("Cookie")
self.check_all("MimeWriter")
self.check_all("Queue")
self.check_all("Queue")
self.check_all("SimpleHTTPServer")
self.check_all("SocketServer")
self.check_all("StringIO")
......@@ -174,6 +174,7 @@ class AllTest(unittest.TestCase):
self.check_all("tokenize")
self.check_all("traceback")
self.check_all("tty")
self.check_all("unittest")
self.check_all("urllib")
self.check_all("urlparse")
self.check_all("uu")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment