From 91828767f5b016cdc16890671a0147439626630e Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sun, 8 Oct 2023 16:45:46 +0300 Subject: [PATCH] fix: [#8] ignoring tests for docker-dependent containers --- src/template/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/template/Makefile b/src/template/Makefile index b8d750c..65b78c6 100644 --- a/src/template/Makefile +++ b/src/template/Makefile @@ -1,3 +1,9 @@ include ../../common_makefile.mk -PROJECT_FOLDERS = bin lib tests \ No newline at end of file +PROJECT_FOLDERS = bin lib tests + + +.PHONY: test +test: + @echo 'Running tests...' + @$(PYTHON) -m pytest tests/unit