From 71a1d68f2f512c7ad4cd0cdb0bdcc65fca7794bf Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 13 Nov 2020 23:05:57 +0100 Subject: fix tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25efac0..ff7cb30 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ cov: ## Run coverage report .PHONY: test test: ## Run coverage report - pytest -v fuzzycat/*.py tests/ + pytest -v fuzzycat/*.py tests/*.py .PHONY: lint lint: $(PY_FILES) -- cgit v1.2.3