test: bootstrap backend pytest infrastructure with sanity tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""Shared pytest fixtures for backend tests."""
|
||||
import asyncio
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def anyio_backend():
|
||||
return "asyncio"
|
||||
Reference in New Issue
Block a user