Home | History | Annotate | Download | only in commands

Lines Matching refs:queue

38     def __init__(self, name, queue):
52 def assert_queue_outputs(self, queue, args=None, work_item=None, expected_stdout=None, expected_stderr=None, options=Mock(), tool=MockBugzillaTool()):
63 queue.execute(options, args, tool, engine=MockQueueEngine)
66 queue.queue_log_path,
70 queue.work_item_log_path,
75 queue.begin_work_queue,
79 queue.should_continue_work_queue,
82 queue.next_work_item,
86 queue.should_proceed_with_work_item,
91 queue.process_work_item,
96 queue.handle_unexpected_error,