mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Test __all__ for unittest.py
This commit is contained in:
parent
cc1798e0c0
commit
2d72b5d707
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue