test(coverage): add FuzzyAnchor and HistoryManager unit tests

- test_fuzzy_anchor.py: 6 tests for fuzzy slice resolution
- test_history_manager.py: 8 tests for undo/redo and UISnapshot roundtrip
This commit is contained in:
2026-05-10 15:42:54 -04:00
parent e50a444796
commit 772d567301
3 changed files with 157 additions and 1 deletions
@@ -7,7 +7,7 @@
- [x] Task: Conductor - User Manual Verification 'Phase 1' (Protocol in workflow.md)
## Phase 2: Feature Coverage (Core Logic)
- [~] Task: Write unit tests for C++ AST Tree Masking logic using samples from `gencpp/base/components`.
- [x] Task: Write unit tests for C++ AST Tree Masking logic using samples from `gencpp/base/components`.
- [ ] Task: Write unit tests for 'Fuzzy Anchor' resolution across simulated file edits.
- [ ] Task: Write unit tests for `HistoryManager` context snapshot roundtrips.
- [ ] Task: Conductor - User Manual Verification 'Phase 2' (Protocol in workflow.md)