Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1583c40 commit d91e43eCopy full SHA for d91e43e
4 files changed
Lib/test/test_pathlib/__init__.py
@@ -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