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 7237fb5 commit 86276feCopy full SHA for 86276fe
1 file changed
Lib/test/test_zoneinfo/__init__.py
@@ -1,2 +1,5 @@
1
-from .test_zoneinfo import *
2
-from .test_zoneinfo_property import *
+import os
+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