Files
the-nexus/pytest.ini
2026-04-07 14:38:49 +00:00

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)