15 lines
384 B
INI
15 lines
384 B
INI
[pytest]
|
|
testpaths = tests
|
|
asyncio_mode = auto
|
|
|
|
# Show full diffs and verbose skip/fail reasons
|
|
addopts =
|
|
-v
|
|
--tb=short
|
|
--strict-markers
|
|
|
|
# Markers registered here (also registered in conftest.py for programmatic use)
|
|
markers =
|
|
integration: mark test as integration test (requires MCP servers)
|
|
quarantine: mark test as quarantined (flaky/broken, tracked by issue)
|