confluence_web/pytest.ini
Artur Mukhamadiev e65fbf4b67 backend: FastAPI backend track handoff (contract revision 1)
FastAPI app, upstream Confluence/model adapters, authoritative history,
rootless container lifecycle, artifact storage and downloads, fake peers
under backend/dev, tests under tests/backend. Root pytest.ini deselects
the live marker by default; requirements gain the backend dependencies.
2026-09-14 21:57:54 +03:00

7 lines
149 B
INI

[pytest]
testpaths = tests
pythonpath = .
addopts = -q -m "not live"
markers =
live: tests that hit real Confluence or external network services