docktent / tests /conftest.py
nulltron's picture
Upload 30 files
8b2d981 verified
Raw
History Blame Contribute Delete
92 Bytes
import pytest
@pytest.fixture(scope="session")
def anyio_backend():
return "asyncio"