From 97479edb44033b7ff9cb09bde500e49c5bf49e68 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 5 Nov 2020 01:23:38 +0100 Subject: add tests --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3