MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / TestBaseAPIProcessSingleMessage

Class TestBaseAPIProcessSingleMessage

tests/models/test_base_api.py:217–223  ·  view source on GitHub ↗

Tests for process_single_message method.

Source from the content-addressed store, hash-verified

215
216
217class TestBaseAPIProcessSingleMessage:
218 """Tests for process_single_message method."""
219
220 def test_process_single_message(self, api):
221 """Test processing a single message."""
222 result = api.process_single_message("Hello", {})
223 assert result is not None
224
225
226class TestBaseAPIPreProcess:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected