6 lines
74 B
Python
6 lines
74 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def anyio_backend():
|
|
return "asyncio"
|