infra!: added CI/CD pipeline and made various improvements to Makefile and Dockerfile
This commit is contained in:
@@ -47,6 +47,7 @@ addopts = [
|
||||
#"--cov-report=xml", # Génère un rapport XML (pour CI/CD)
|
||||
#"--cov-fail-under=80", # Échoue si coverage < 80%
|
||||
"-n=auto", # --numprocesses=auto : parallélise les tests (pytest-xdist)
|
||||
"--dist=loadscope", # Distribution strategy: group tests by module
|
||||
"--strict-markers", # Erreur si un marker non déclaré est utilisé
|
||||
"--disable-warnings", # Désactive l'affichage des warnings (sauf erreurs)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user