From 25d9092c52771beafeb4041503f2b294079621e8 Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Fri, 26 Jul 2019 23:49:02 +0200 Subject: [PATCH] fixed failling unit tests --- Makefile | 6 +++++- tests/__init__.py | 0 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 tests/__init__.py diff --git a/Makefile b/Makefile index 0c5c8ec..f27a118 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,8 @@ +.PHONY: test + test: py.test tests -.PHONY: init test \ No newline at end of file + +clean: + find . -name '.pytest_cache' -exec rm -rf {} + diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29