aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-25 11:44:31 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-25 11:44:31 +0100
commit8cd8204a7464968280f9c72105edc585c2cf0a4f (patch)
tree2bb6cf2e033d8964a8dbc5827635fde8bf3de962 /Makefile
parentee705e9adf6bde2b8eed7c2b6edae360e595cad2 (diff)
downloadfuzzycat-8cd8204a7464968280f9c72105edc585c2cf0a4f.tar.gz
fuzzycat-8cd8204a7464968280f9c72105edc585c2cf0a4f.zip
add more test cases
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 752fad3..a0e2946 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ cov: ## Run coverage report
.PHONY: test
test: ## Run coverage report
- pytest -v fuzzycat/*.py tests/*.py
+ pytest -o log_cli=true -v fuzzycat/*.py tests/*.py
.PHONY: lint
lint: $(PY_FILES)