mirror of https://github.com/python/cpython
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
This commit is contained in:
parent
1583c40be9
commit
d91e43ed78
|
@ -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
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…
Reference in New Issue