Openenv / tests /conftest.py
Priyansh Saxena
feat: complete files
8097081
raw
history blame contribute delete
72 Bytes
import pytest
@pytest.fixture
def anyio_backend():
return "asyncio"