First deployment
This commit is contained in:
9
pytest.ini
Normal file
9
pytest.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user