fixed unit test folder

This commit is contained in:
Kodjo Sossouvi
2019-08-28 18:25:15 +02:00
parent 25d9092c52
commit 3f423454c8
3 changed files with 44 additions and 6 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
.PHONY: test
test:
test: clean
py.test tests
clean:
rm -rf build
find . -name '.pytest_cache' -exec rm -rf {} +
find . -name '__pycache__' -exec rm -rf {} +