14 lines
309 B
INI
14 lines
309 B
INI
[pytest]
|
|||
|
|
testpaths = tests
|
||
|
|
python_files = test_*.py
|
||
|
|
python_classes = Test*
|
||
|
|
python_functions = test_*
|
||
|
|
addopts =
|
||
|
|
-v
|
||
|
|
--tb=short
|
||
|
|
--strict-markers
|
||
|
|
markers =
|
||
|
|
contract: Contract tests for API endpoints
|
||
|
|
integration: Integration tests for user journeys
|
||
|
|
unit: Unit tests for isolated components
|