From da5e9048d38b93b7314d37d3995c9abc45e6c69f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Dec 2020 23:06:54 -0800 Subject: makefile: 'test' does not run 'lint' (doc fix) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef8354b..6d97255 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3