slobs-cli/tests/conftest.py
onyx-and-iris 582587bed5 add ruff config
run files through formatter

add dosctrings to satisfy the linter
2025-06-12 20:34:14 +01:00

10 lines
184 B
Python

"""pytest configuration for async tests using anyio."""
import pytest
@pytest.fixture
def anyio_backend():
"""Return the backend to use for async tests."""
return 'asyncio'