diff --git a/Makefile b/Makefile index f07fcfd..19bfd64 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,11 @@ monitor: lint: pylint *.py +# Target to run tests +test: + @echo "Running tests..." + pytest tests/unit-test + register: python src/model_registry.py