Files
clawfort/pytest.ini
Santhosh Janardhanan 679561bcdb
Some checks failed
quality-gates / lint-and-test (push) Has been cancelled
quality-gates / security-scan (push) Has been cancelled
First deployment
2026-02-13 09:14:04 -05:00

10 lines
311 B
INI

[pytest]
testpaths = tests
addopts = --cov=backend --cov-report=term-missing --cov-fail-under=30
markers =
api: API contract and integration tests
db: database workflow tests
accessibility: accessibility contract checks
security: security smoke checks
performance: performance budget checks