File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export $(shell sed 's/=.*//' config.env | grep -v '^\s*$$' | grep -v '^\s*\#')
1919SCRIPTS_DIR := scripts
2020K8S_SCRIPTS_DIR := $(SCRIPTS_DIR ) /k8s
2121
22- .PHONY : help menu setup-k8s setup-infrastructure setup-rbac setup-storage-pvc config config-docker config-k8s config-all clean deploy deploy-docker deploy-k8s deploy-k8s-full deploy-infrastructure deploy-apps check-infrastructure check-apps build-backend up-backend down-backend k8s-status k8s-cleanup k8s-purge audio-manage mycelia-sync-status mycelia-sync-all mycelia-sync-user mycelia-check-orphans mycelia-reassign-orphans test-robot test-robot-integration test-robot-unit test-robot-endpoints test-robot-specific test-robot-clean test-unit
22+ .PHONY : help menu setup-k8s setup-infrastructure setup-rbac setup-storage-pvc config config-docker config-k8s config-all clean deploy deploy-docker deploy-k8s deploy-k8s-full deploy-infrastructure deploy-apps check-infrastructure check-apps build-backend up-backend down-backend k8s-status k8s-cleanup k8s-purge audio-manage mycelia-sync-status mycelia-sync-all mycelia-sync-user mycelia-check-orphans mycelia-reassign-orphans test-robot test-robot-integration test-robot-unit test-robot-endpoints test-robot-specific test-robot-clean
2323
2424# Default target
2525.DEFAULT_GOAL := menu
@@ -428,9 +428,3 @@ test-robot-clean: ## Clean up Robot Framework test results
428428 @echo " 🧹 Cleaning up Robot Framework test results..."
429429 @rm -rf results/
430430 @echo " ✅ Test results cleaned"
431-
432-
433- test-unit : # # Run Python unit tests for advanced backend, make sure to have more folders as unit tests geta added
434- @echo " 🧪 Running Python unit tests for advanced backend..."
435- @cd backends/advanced && uv run --group test pytest tests/unit tests/test_init_llm_setup.py
436- @echo " ✅ Advanced backend Python unit tests completed"
You can’t perform that action at this time.
0 commit comments