refactor: remove unnecessary docstring

This commit is contained in:
2025-11-07 19:26:23 +05:30
parent 98635a5d0c
commit 316375d66f
+1 -5
View File
@@ -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