From aed1f9a97e5d05c5737a90ea5c755c132de486b6 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 2 Mar 2026 23:38:46 -0500 Subject: [PATCH] conductor(plan): Mark task 'Replace pytest.fail with Functional Assertions (token_usage, agent_capabilities)' as complete --- conductor/tracks/test_stabilization_20260302/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.