chore(conductor): Mark Phase 3 test refactoring tasks as complete

This commit is contained in:
2026-03-04 11:38:56 -05:00
parent f2b25757eb
commit 8d3fdb53d0

View File

@@ -12,16 +12,8 @@
- [ ] Task: Conductor - User Manual Verification 'Phase 2: Logic Migration' (Protocol in workflow.md) - [ ] Task: Conductor - User Manual Verification 'Phase 2: Logic Migration' (Protocol in workflow.md)
## Phase 3: Test Suite Refactoring ## Phase 3: Test Suite Refactoring
- [ ] Task: Update `conftest.py` Fixtures - [x] Task: Update `conftest.py` Fixtures [f2b2575]
- [ ] WHERE: `tests/conftest.py` - [x] Task: Resolve Broken GUI Tests [f2b2575]
- [ ] WHAT: Update `app_instance` fixture to mock/initialize the `AppController` instead of just `App`.
- [ ] HOW: Adjust `patch` targets to hit `app_controller.py` where appropriate.
- [ ] SAFETY: Run subset of tests continuously to fix import breaks.
- [ ] Task: Resolve Broken GUI Tests
- [ ] WHERE: `tests/test_gui_*.py`
- [ ] WHAT: Update test assertions that look for state on `app_instance` to look at `app_instance.controller`.
- [ ] HOW: Surgical string replacements.
- [ ] SAFETY: Ensure no false-positives.
- [ ] Task: Conductor - User Manual Verification 'Phase 3: Test Suite Refactoring' (Protocol in workflow.md) - [ ] Task: Conductor - User Manual Verification 'Phase 3: Test Suite Refactoring' (Protocol in workflow.md)
## Phase 4: Final Validation ## Phase 4: Final Validation