Files
Reklamator/pytest.ini
T

14 lines
309 B
INI
Raw Normal View History

[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