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