aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-13 23:05:57 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-13 23:05:57 +0100
commit71a1d68f2f512c7ad4cd0cdb0bdcc65fca7794bf (patch)
treed876fcf32ee276acf62fbc512f8f973f54515b2f /Makefile
parent1f91606501754bf8d3fa8b3075a05c147470c7bb (diff)
downloadfuzzycat-71a1d68f2f512c7ad4cd0cdb0bdcc65fca7794bf.tar.gz
fuzzycat-71a1d68f2f512c7ad4cd0cdb0bdcc65fca7794bf.zip
fix tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25efac0..ff7cb30 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ cov: ## Run coverage report
.PHONY: test
test: ## Run coverage report
- pytest -v fuzzycat/*.py tests/
+ pytest -v fuzzycat/*.py tests/*.py
.PHONY: lint
lint: $(PY_FILES)