Refactoring et mise en place des tests

This commit is contained in:
2017-02-11 11:51:01 +01:00
parent 24dbf2fe47
commit e58ab60bd8
9 changed files with 137 additions and 63 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
test:
python3 -m unittest discover test "*_test.py"