[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