From dcb03671f2d81bcc4024c99f5b011155175cd2fb Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 9 Nov 2022 16:55:50 +0100 Subject: [PATCH] Update makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b25ee73..b155f2d 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,6 @@ help: format: ## Format Python black --exclude="/(dist|build|__pycache__|venv|\.git)/" . + +test: ## Run tests + pytest test/