diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-13 23:05:57 +0100 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-13 23:05:57 +0100 |
| commit | 71a1d68f2f512c7ad4cd0cdb0bdcc65fca7794bf (patch) | |
| tree | d876fcf32ee276acf62fbc512f8f973f54515b2f /Makefile | |
| parent | 1f91606501754bf8d3fa8b3075a05c147470c7bb (diff) | |
| download | fuzzycat-71a1d68f2f512c7ad4cd0cdb0bdcc65fca7794bf.tar.gz fuzzycat-71a1d68f2f512c7ad4cd0cdb0bdcc65fca7794bf.zip | |
fix tests
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/ + pytest -v fuzzycat/*.py tests/*.py .PHONY: lint lint: $(PY_FILES) |
