mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
This commit is contained in:
parent
1583c40be9
commit
d91e43ed78
4 changed files with 1927 additions and 1893 deletions
5
Lib/test/test_pathlib/__init__.py
Normal file
5
Lib/test/test_pathlib/__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