conductor(plan): Mark task 'Replace pytest.fail with Functional Assertions (token_usage, agent_capabilities)' as complete

This commit is contained in:
2026-03-02 23:38:46 -05:00
parent ffc5d75816
commit aed1f9a97e

View File

@@ -38,7 +38,7 @@
- [ ] WHAT: Implement actual `assert` statements testing the mock calls and status updates. - [ ] WHAT: Implement actual `assert` statements testing the mock calls and status updates.
- [ ] HOW: Use `MagicMock.assert_called_with` and check `ticket.status == "completed"`. - [ ] HOW: Use `MagicMock.assert_called_with` and check `ticket.status == "completed"`.
- [ ] SAFETY: Isolate mocks. - [ ] 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`. - [ ] WHERE: `tests/test_token_usage.py`, `tests/test_agent_capabilities.py`.
- [ ] WHAT: Implement tests verifying the `usage_metadata` extraction and `list_models` output count. - [ ] 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. - [ ] HOW: Check for 6 models (including `gemini-2.0-flash`) in `list_models` test.