diff --git a/workflow.md b/workflow.md index 4cb18ed..86f025a 100644 --- a/workflow.md +++ b/workflow.md @@ -44,6 +44,18 @@ de se familiariser avec le code (et pourquoi pas devenir master un jour ;D). usage (https://docs.djangoproject.com/en/1.11/internals/contributing/writing-code/coding-style/) + +Tests +===== + +On commence (youpi !) à tester notre code. C'est une bonne habitude à prendre +d'ajouter des tests quand on développe une nouvelle fonctionnalité, si vous avez +du mal demandez et quelqu'un vous aidera. +Une autre bonne habitude à prendre : quand on résout un bug il faudrait +systématiquement ajouter un test correspondant au bug pour s'assurer qu'il +n'arrivera plus. + + Membres =======