aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80cf6a2..9518e56 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,10 @@ dist: ## Create source distribution and wheel
cov: ## Run coverage report
pytest --cov=fuzzycat tests/
+.PHONY: test
+test: ## Run coverage report
+ pytest -v tests/
+
.PHONY: lint
lint: $(PY_FILES)
pylint fuzzycat