forked from HAL9000/cleveragents-core
refactor: remove unnecessary docstring
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user