Add comprehensive unit tests for all agent service components
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -123,7 +123,7 @@ async def test_sweep_returns_findings(agent, mock_ft):
|
||||
@pytest.mark.asyncio
|
||||
async def test_handle_peer_request_overdue_summary(agent, mock_ft):
|
||||
agent._ft = mock_ft
|
||||
result = await agent.handle_peer_request({'type': 'overdue_summary'})
|
||||
result = await agent.handle_peer_request('overdue_summary', {}, 'dir-1')
|
||||
assert 'overdue_count' in result
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user