Skip to content

Commit d91e43e

Browse files
authored
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
1 parent 1583c40 commit d91e43e

File tree

4 files changed

+1927
-1893
lines changed

4 files changed

+1927
-1893
lines changed

Lib/test/test_pathlib/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import os
2+
from test.support import load_package_tests
3+
4+
def load_tests(*args):
5+
return load_package_tests(os.path.dirname(__file__), *args)

0 commit comments

Comments
 (0)