imobIA / tests /conftest.py
Oliveira-juliano's picture
feat:first commit
75a31c0
raw
history blame contribute delete
91 Bytes
import pytest
@pytest.fixture(scope="session")
def anyio_backend():
return "asyncio"