6 lines
119 B
Python
6 lines
119 B
Python
import asyncio
|
|
from tests.run_tests import run_all_tests
|
|
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(run_all_tests()) |