7 lines
151 B
INI
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)
|