aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-09 01:42:16 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-09 01:42:16 +0100
commit4b5d71b8ca085c102fff1cf6629fa58582873d27 (patch)
tree982b306b9a4a1230f51c11d27b3a18a37716937b /Makefile
parent26c71fe52d4cabc3cca8b29f6fa3d99c66e5f912 (diff)
downloadfuzzycat-4b5d71b8ca085c102fff1cf6629fa58582873d27.tar.gz
fuzzycat-4b5d71b8ca085c102fff1cf6629fa58582873d27.zip
add another case
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)