mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
0158890005
* Move test_posix.py and test_os.py to Lib/test/test_os/. * Split Windows specific test cases to a new test_windows.py file.
7 lines
148 B
Python
7 lines
148 B
Python
import os.path
|
|
from test.support import load_package_tests
|
|
|
|
|
|
def load_tests(*args):
|
|
return load_package_tests(os.path.dirname(__file__), *args)
|