tests/conftest.py import asyncio import pytest @pytest.yield_fixture def loop(): # Настройка loop = asyncio.new_event_loop() ...
確定! 回上一頁