mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
add io and _pyio to test___all__
This commit is contained in:
parent
bfb959404f
commit
9762a3eb87
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue