newtrone / tests /conftest.py
nulltron's picture
Upload 62 files
c2df2b9 verified
Raw
History Blame Contribute Delete
99 Bytes
import pytest
@pytest.fixture(scope="session")
def anyio_backend():
return "asyncio"