summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pathlib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_pathlib/__init__.py')
-rw-r--r--Lib/test/test_pathlib/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/test_pathlib/__init__.py b/Lib/test/test_pathlib/__init__.py
new file mode 100644
index 0000000..4b16ecc
--- /dev/null
+++ b/Lib/test/test_pathlib/__init__.py
@@ -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)