import asyncio import pytest @pytest.fixture async def my_fixture(loop): await asyncio.sleep(0) # Requires python 3.6+ yield.
確定! 回上一頁