def test_status_py(self, mj, mpy): mj.side_effect = [JujuVersion(0, 7, 0, False)] waiter.status('pyjuju') mpy.assert_called_with('pyjuju')
def test_status_go(self, mpy): waiter.status('gojuju') mpy.assert_called_with('gojuju')