Correction execution des tests

This commit is contained in:
2017-02-16 10:03:38 +01:00
parent e58ab60bd8
commit 0bf686d5f3
2 changed files with 3 additions and 2 deletions

View File

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