7 lines
95 B
Python
7 lines
95 B
Python
import pytest
|
|
from .dbssn import *
|
|
|
|
|
|
@pytest.fixture
|
|
def anyio_backend():
|
|
return "asyncio"
|