From 4b5d71b8ca085c102fff1cf6629fa58582873d27 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 9 Dec 2020 01:42:16 +0100 Subject: add another case --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0e2946..9354f76 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ cov: ## Run coverage report .PHONY: test test: ## Run coverage report - pytest -o log_cli=true -v fuzzycat/*.py tests/*.py + pytest -o log_cli=true -s -vvv fuzzycat/*.py tests/*.py .PHONY: lint lint: $(PY_FILES) -- cgit v1.2.3