diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-05 01:23:38 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-05 01:23:38 +0100 |
commit | 97479edb44033b7ff9cb09bde500e49c5bf49e68 (patch) | |
tree | 3c0b3b79d5af929a4fd943b45415d70854b8494f /Makefile | |
parent | 321beac2b8b724532103ccc872becda33f33cd77 (diff) | |
download | fuzzycat-97479edb44033b7ff9cb09bde500e49c5bf49e68.tar.gz fuzzycat-97479edb44033b7ff9cb09bde500e49c5bf49e68.zip |
add tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ dist: ## Create source distribution and wheel cov: ## Run coverage report pytest --cov=fuzzycat tests/ +.PHONY: test +test: ## Run coverage report + pytest -v tests/ + .PHONY: lint lint: $(PY_FILES) pylint fuzzycat |