mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-138013: Make `test.test_io` into a package (#138153)
This commit is contained in:
parent
552cf86b83
commit
15e37ea6b7
4 changed files with 11 additions and 1 deletions
5
Lib/test/test_io/__init__.py
Normal file
5
Lib/test/test_io/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
from test.support import load_package_tests
|
||||
|
||||
def load_tests(*args):
|
||||
return load_package_tests(os.path.dirname(__file__), *args)
|
||||
Loading…
Add table
Add a link
Reference in a new issue