chore(conductor): Mark Phase 3 test refactoring tasks as complete
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user