confluence_web/pytest.ini
2026-09-14 17:06:32 +03:00

7 lines
151 B
INI

[pytest]
testpaths = tests
pythonpath = .
addopts = -q
markers =
live: tests that hit the real Confluence instance (uses CONFLUENCE_PAT from .env)