diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-09 01:42:16 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-09 01:42:16 +0100 |
commit | 4b5d71b8ca085c102fff1cf6629fa58582873d27 (patch) | |
tree | 982b306b9a4a1230f51c11d27b3a18a37716937b /Makefile | |
parent | 26c71fe52d4cabc3cca8b29f6fa3d99c66e5f912 (diff) | |
download | fuzzycat-4b5d71b8ca085c102fff1cf6629fa58582873d27.tar.gz fuzzycat-4b5d71b8ca085c102fff1cf6629fa58582873d27.zip |
add another case
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 -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) |