mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +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)
|
File diff suppressed because it is too large
Load diff
1918
Lib/test/test_pathlib/test_pathlib_abc.py
Normal file
1918
Lib/test/test_pathlib/test_pathlib_abc.py
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2272,6 +2272,7 @@ TESTSUBDIRS= idlelib/idle_test \
|
|||
test/test_importlib/source \
|
||||
test/test_json \
|
||||
test/test_module \
|
||||
test/test_pathlib \
|
||||
test/test_peg_generator \
|
||||
test/test_sqlite3 \
|
||||
test/test_tkinter \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue