diff --git a/tests/README.md b/tests/README.md index 6e445bc..adc6b75 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,3 +1,4 @@ # TESTS UNITAIRES -Pour lancer les test unitaires \ No newline at end of file +Pour lancer les test unitaires lancez pytest dans le dossier actuel ou bien manuellement +```pytest test_api.py --verbose``` \ No newline at end of file