Initial commit: Research Bridge API with Podman support

This commit is contained in:
Henry
2026-03-14 12:45:36 +00:00
commit 1130305e71
29 changed files with 2451 additions and 0 deletions

9
tests/conftest.py Normal file
View 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"