diff --git a/Makefile b/Makefile index 6e61e11b..e2bfeb30 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,12 @@ lint: doc flake8 . --count --statistics rm kiplot.py -test: lint +test_tmp: lint $(PY_COV) erase $(PYTEST) $(PY_COV) report -test_local: lint +test: lint rm -rf output rm -f example.kiplot.yaml $(PY_COV) erase