You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add testing support to the LLServer & Fix Sequencemanager bug (#7)
Adds testing support and refactors file I/O to enable unit tests for the LLServer’s SequenceManager, fixes the “start” bug, and ensures the “END” field is executed.
- Introduce JSON test data and GoogleTest cases for SequenceManager behavior
- Replace direct filesystem calls with a FileSystemAbstraction singleton for mocking
- Update SequenceManager to use the new abstraction, add interpolation helpers, and correct timing
0 commit comments