Files
RustPython/Lib/test/test_string/__init__.py
2026-01-31 21:00:06 -05: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)