def test_init(self): mock_instances_to_bounce = mock.Mock() PaastaWatcher(mock_instances_to_bounce, "westeros-prod", config=mock.Mock())
def test_init(self): mock_instances_to_bounce_later = mock.Mock() PaastaWatcher(mock_instances_to_bounce_later, 'westeros-prod', config=mock.Mock())
def test_init(self): mock_inbox_q = mock.Mock() PaastaWatcher(mock_inbox_q, 'westeros-prod')
def test_init(self): mock_instances_that_need_to_be_bounced_in_the_future = mock.Mock() PaastaWatcher(mock_instances_that_need_to_be_bounced_in_the_future, 'westeros-prod', config=mock.Mock())