MetaRec / MetaRec-backend /pytest.ini
Hanny658's picture
test: enforce suite markers so every backend test runs in CI
06b0d3e
Raw
History Blame Contribute Delete
272 Bytes
[pytest]
testpaths = tests
addopts = -p no:cacheprovider --basetemp=__pytest_runtime__/tmp --strict-markers
asyncio_default_fixture_loop_scope = function
markers =
backend_unit: backend unit tests
runtime_contract: LangGraph and runtime persistence contract tests