Add tests for CLI entry point and scoring functionality; enhance service layer tests for similar units

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ole
2026-05-26 13:54:58 +00:00
parent 22f30ebf00
commit 2933b8c1ea
7 changed files with 865 additions and 5 deletions
+4 -1
View File
@@ -21,6 +21,9 @@
"**/.ruff_cache": true
},
"chat.tools.terminal.autoApprove": {
"/root/projects/finn-mcp/.venv/bin/python": true
"/root/projects/finn-mcp/.venv/bin/python": true,
"make": true,
".venv/bin/coverage": true,
".venv/bin/pytest": true
}
}