(self, *args, **kwargs)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected