GH-110109: Move tests for pathlib ABCs to new module. (#112904)

This commit is contained in:
Barney Gale 2023-12-16 19:04:33 +00:00 committed by GitHub
parent 1583c40be9
commit d91e43ed78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1927 additions and 1893 deletions

View 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

View File

@ -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 \