Files
Reklamator/pytest.ini
T

15 lines
377 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
performance: Performance tests for scalability and load testing