add io and _pyio to test___all__
This commit is contained in:
parent
bfb959404f
commit
9762a3eb87
|
@ -75,6 +75,8 @@ class AllTest(unittest.TestCase):
|
|||
self.check_all("heapq")
|
||||
self.check_all("http.client")
|
||||
self.check_all("ihooks")
|
||||
self.check_all("io")
|
||||
self.check_all("_pyio")
|
||||
self.check_all("imaplib")
|
||||
self.check_all("imghdr")
|
||||
self.check_all("keyword")
|
||||
|
|
Loading…
Reference in New Issue