diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-25 11:44:31 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-25 11:44:31 +0100 |
commit | 8cd8204a7464968280f9c72105edc585c2cf0a4f (patch) | |
tree | 2bb6cf2e033d8964a8dbc5827635fde8bf3de962 /Makefile | |
parent | ee705e9adf6bde2b8eed7c2b6edae360e595cad2 (diff) | |
download | fuzzycat-8cd8204a7464968280f9c72105edc585c2cf0a4f.tar.gz fuzzycat-8cd8204a7464968280f9c72105edc585c2cf0a4f.zip |
add more test cases
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |