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/