diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ fmt: ## Run code formating on all source code pipenv run black *.py chocula/ tests/ .PHONY: test -test: lint ## Run all tests and lints +test: lint ## Run all tests pipenv run pytest .PHONY: coverage |