mentions testing
parent
9db3d6158a
commit
2ad545cf1f
1 changed files with 12 additions and 0 deletions
12
workflow.md
12
workflow.md
|
@ -44,6 +44,18 @@ de se familiariser avec le code (et pourquoi pas devenir master un jour ;D).
|
||||||
usage
|
usage
|
||||||
(https://docs.djangoproject.com/en/1.11/internals/contributing/writing-code/coding-style/)
|
(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
|
Membres
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue