mirror of
https://github.com/larchanka/manbot.git
synced 2026-05-13 21:42:08 +00:00
604 B
604 B
M2-03: Integration Testing for Inference Flow
File: src/services/__tests__/generator-model-manager.test.ts
Dependencies: M2-01
Phase: M2 - Integration & Verification
Description
Integration test to verify that inference requests correctly trigger model loading.
Acceptance Criteria
- Mock Lemonade adapter.
- Verify
GeneratorService+ModelManagerServiceinteraction. - All tests pass with
npm test.
Implementation Notes
- Send a
node.executeenvelope and check ifensureModelLoadedwas called. - Verify that inference waits for the load operation to complete.