[tool:pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v --tb=short --strict-markers --disable-warnings --color=yes markers = unit: Unit tests integration: Integration tests e2e: End-to-end tests slow: Slow tests auth: Authentication tests api: API tests cluster: Cluster management tests security: Security tests filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning