aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-05 01:23:38 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-05 01:23:38 +0100
commit97479edb44033b7ff9cb09bde500e49c5bf49e68 (patch)
tree3c0b3b79d5af929a4fd943b45415d70854b8494f /Makefile
parent321beac2b8b724532103ccc872becda33f33cd77 (diff)
downloadfuzzycat-97479edb44033b7ff9cb09bde500e49c5bf49e68.tar.gz
fuzzycat-97479edb44033b7ff9cb09bde500e49c5bf49e68.zip
add tests
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