import asyncio import time import pytest @pytest.mark.asyncio def test_coro(event_loop): before = time.monotonic() await asyncio.sleep(0.1, ...
確定! 回上一頁