[tool:pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v --tb=short --strict-markers --disable-warnings --cov=services --cov-report=html --cov-report=term-missing --cov-fail-under=80 markers = unit: Tests unitaires integration: Tests d'intégration performance: Tests de performance slow: Tests lents api: Tests de l'API worker: Tests des workers utils: Tests des utilitaires filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning