From 7ab0f378ed90c82665785dfeee327a46570c193e Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:16:46 -0500 Subject: [PATCH] conductor(plan): Mark phase 'Feature ViewModel Migration' as complete --- conductor/tracks/expand_testing_20260318/plan.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conductor/tracks/expand_testing_20260318/plan.md b/conductor/tracks/expand_testing_20260318/plan.md index 0c46fc46d..af61d0410 100644 --- a/conductor/tracks/expand_testing_20260318/plan.md +++ b/conductor/tracks/expand_testing_20260318/plan.md @@ -4,13 +4,13 @@ - [x] Task: Execute `./gradlew koverLog` and record current project test coverage. 8bdd673a1 - [x] Task: Conductor - User Manual Verification 'Phase 1: Baseline Measurement' (Protocol in workflow.md) 6d9ad468c -## Phase 2: Feature ViewModel Migration to Turbine +## Phase 2: Feature ViewModel Migration to Turbine [checkpoint: 61b9595] - [x] Task: Refactor `MetricsViewModelTest` to use `Turbine` and `Mokkery` in `commonTest`. 79e059286 - [x] Task: Refactor `MessageViewModelTest` to use `Turbine` and `Mokkery` in `commonTest`. b45697b53 -- [ ] Task: Refactor `RadioConfigViewModelTest` to use `Turbine` and `Mokkery` in `commonTest`. -- [ ] Task: Refactor `NodeListViewModelTest` to use `Turbine` and `Mokkery` in `commonTest`. -- [ ] Task: Refactor remaining `feature` ViewModels to use `Turbine` and `Mokkery`. -- [ ] Task: Conductor - User Manual Verification 'Phase 2: Feature ViewModel Migration to Turbine' (Protocol in workflow.md) +- [x] Task: Refactor `RadioConfigViewModelTest` to use `Turbine` and `Mokkery` in `commonTest`. 33e10fc6c +- [x] Task: Refactor `NodeListViewModelTest` to use `Turbine` and `Mokkery` in `commonTest`. 33e10fc6c +- [x] Task: Refactor remaining `feature` ViewModels to use `Turbine` and `Mokkery`. 33e10fc6c +- [x] Task: Conductor - User Manual Verification 'Phase 2: Feature ViewModel Migration to Turbine' (Protocol in workflow.md) 61b959506 ## Phase 3: Property-Based Parsing Tests (Kotest) - [ ] Task: Add `Kotest` property-based tests for `StreamFrameCodec` in `core:network`.