fixed failling unit tests

This commit is contained in:
Kodjo Sossouvi
2019-07-26 23:49:02 +02:00
parent 41f5694738
commit 25d9092c52
2 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
.PHONY: test
test: test:
py.test tests py.test tests
.PHONY: init test
clean:
find . -name '.pytest_cache' -exec rm -rf {} +
View File