Files
RustPython/Lib/test/test_zoneinfo/__init__.py
2024-09-19 11:18:48 +09:00

6 lines
142 B
Python
Vendored

import os
from test.support import load_package_tests
def load_tests(*args):
return load_package_tests(os.path.dirname(__file__), *args)