Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 260 Bytes

broken-api

Pour démarrer la stack :

docker-compose up --build

Pour lancer la stack en tâche de fond, on peut ajouter un -d à la commande ci-dessus.

Puis, pour exécuter les tests :

docker-compose exec -T tests python3 -m pytest .