diff --git a/conductor/tracks/test_stabilization_20260302/plan.md b/conductor/tracks/test_stabilization_20260302/plan.md index 55a936b..674b947 100644 --- a/conductor/tracks/test_stabilization_20260302/plan.md +++ b/conductor/tracks/test_stabilization_20260302/plan.md @@ -38,7 +38,7 @@ - [ ] WHAT: Implement actual `assert` statements testing the mock calls and status updates. - [ ] HOW: Use `MagicMock.assert_called_with` and check `ticket.status == "completed"`. - [ ] SAFETY: Isolate mocks. -- [ ] Task: Replace `pytest.fail` with Functional Assertions (`token_usage`, `agent_capabilities`) +- [x] Task: Replace `pytest.fail` with Functional Assertions (`token_usage`, `agent_capabilities`) [ffc5d75] - [ ] WHERE: `tests/test_token_usage.py`, `tests/test_agent_capabilities.py`. - [ ] WHAT: Implement tests verifying the `usage_metadata` extraction and `list_models` output count. - [ ] HOW: Check for 6 models (including `gemini-2.0-flash`) in `list_models` test.