Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
python-3.9
/
usr
/
lib
/
python3.9
/
test
/
test_asyncio
/
//opt/python-3.9/usr/lib/python3.9/test/test_asyncio/__init__.py
import os from test.support import load_package_tests, import_module # Skip tests if we don't have concurrent.futures. import_module('concurrent.futures') def load_tests(*args): return load_package_tests(os.path.dirname(__file__), *args)