memorybridge / tests /conftest.py
kimandrew927's picture
Initial Space deployment
1004967
"""Shared pytest fixtures for MemoryBridge tests."""
import pytest
# Allow asyncio tests
pytest_plugins = ("pytest_asyncio",)