From 316375d66fc46129f69610e0872bdcd34994aae3 Mon Sep 17 00:00:00 2001 From: Aditya Chhabra Date: Fri, 7 Nov 2025 19:26:23 +0530 Subject: [PATCH] refactor: remove unnecessary docstring --- tests/unit/core/test_network.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/unit/core/test_network.py b/tests/unit/core/test_network.py index 4e97682059..057a8cbcf4 100644 --- a/tests/unit/core/test_network.py +++ b/tests/unit/core/test_network.py @@ -114,11 +114,7 @@ class TestAgentNetworkProcessMethod: Note: The process() method is intentionally not implemented as the functionality has moved to ReactiveCleverAgentsApp. Tests for NotImplementedError have been removed as they don't contribute to meaningful code coverage. See network.py - lines 41-57 for the implementation note. - - Per Brent's feedback: Testing NotImplementedError for intentionally unimplemented - methods doesn't make sense for code coverage goals. Jeff and Drew should be aware - that AgentNetwork.process() is not implemented. + lines 41-57 for the implementation note.git """ pass # All tests removed - see class docstring