[claude] Poka-yoke: make test skips/flakes impossible to ignore (#1094) (#1104)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled

This commit was merged in pull request #1104.
This commit is contained in:
2026-04-07 14:38:49 +00:00
parent d0d655b42a
commit caa7823cdd
6 changed files with 559 additions and 0 deletions

14
pytest.ini Normal file
View File

@@ -0,0 +1,14 @@
[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)