ai-response-validator / pytest.ini
mbochniak01
Add typed client library, unit + integration tests, mypy, ruff, NOTES.md
10aced5
raw
history blame contribute delete
144 Bytes
[pytest]
addopts = -m "not integration"
markers =
integration: requires a running API server (use: make test-integration)
testpaths = tests