mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +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 @@ def test_all(self):
|
|||
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