Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ get_variable_messages_handler
Function
get_variable_messages_handler
st2common/tests/unit/test_queue_consumer.py:120–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
119
120
def
get_variable_messages_handler():
121
return
FakeVariableMessageHandler(mock.MagicMock(), [FAKE_WORK_Q])
122
123
124
class
VariableMessageQueueConsumerTest(DbTestCase):
Callers
2
test_process_message
Method · 0.85
test_process_message_wrong_payload_type
Method · 0.85
Calls
1
FakeVariableMessageHandler
Class · 0.85
Tested by
no test coverage detected