pytest supprime le code de sortie

pip install pytest-custom_exit_code

pytest --suppress-no-test-exit-code

pytest --suppress-tests-failed-exit-code
Puzzled Puffin