2025-10-16 15:14:51 +02:00
|
|
|
[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
|
2025-10-17 13:32:09 +02:00
|
|
|
performance: Performance tests for scalability and load testing
|