10 lines
311 B
INI
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
|