Add target for new tests in the Makefile

This commit is contained in:
nicolargo
2026-02-07 17:42:07 +01:00
parent 350a8ecd82
commit 3a4a7a754b

View File

@@ -99,6 +99,9 @@ test: ## Run All unit tests
test-core: ## Run Core unit tests
$(UV_RUN) run pytest tests/test_core.py
test-plugins: ## Run Plugins unit tests
$(UV_RUN) run pytest tests/test_plugin_*.py
test-api: ## Run API unit tests
$(UV_RUN) run pytest tests/test_api.py