MCPcopy Create free account
hub / github.com/StackStorm/st2 / __init__

Method __init__

st2actions/tests/unit/test_queue_consumers.py:62–66  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

60 actions_registrar.register_from_pack(pack)
61
62 def __init__(self, *args, **kwargs):
63 super(QueueConsumerTest, self).__init__(*args, **kwargs)
64 self.scheduler = scheduling.get_scheduler_entrypoint()
65 self.scheduling_queue = scheduling_queue.get_handler()
66 self.dispatcher = worker.get_worker()
67
68 def _create_liveaction_db(
69 self, status=action_constants.LIVEACTION_STATUS_REQUESTED

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected