dongchang/test.py
2025-01-13 11:25:23 +08:00

6 lines
119 B
Python

import asyncio
from tests.run_tests import run_all_tests
if __name__ == "__main__":
asyncio.run(run_all_tests())