test(fusion_accounting_bank_rec): local LLM (LM Studio/Ollama) compat smoke

Tagged 'local_llm'. Auto-detects LM Studio (:1234) or Ollama (:11434)
via host.docker.internal or localhost. When running, configures the
provider params and runs engine.suggest_matches end-to-end. Skips
gracefully when no local LLM is present (CI / dev VM mode).

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 14:01:58 -04:00
parent 55eb368195
commit 14e59148c6
2 changed files with 103 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ from . import test_migration_round_trip
from . import test_coexistence
from . import test_bank_rec_tours
from . import test_performance_benchmarks
from . import test_local_llm_compat