Files
graphtest/tests/conftest.py

7 lines
91 B
Python
Raw Normal View History

2025-05-14 06:53:07 -07:00
import pytest
@pytest.fixture(scope="session")
def anyio_backend():
return "asyncio"