Initial commit: Research Bridge API with Podman support
This commit is contained in:
9
tests/conftest.py
Normal file
9
tests/conftest.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Pytest configuration and shared fixtures."""
|
||||
import pytest
|
||||
|
||||
|
||||
# Add any shared fixtures here
|
||||
@pytest.fixture
|
||||
def anyio_backend():
|
||||
"""Configure anyio backend for async tests."""
|
||||
return "asyncio"
|
||||
Reference in New Issue
Block a user