Exemplo n.º 1
0
 def test_status_py(self, mj, mpy):
     mj.side_effect = [JujuVersion(0, 7, 0, False)]
     waiter.status('pyjuju')
     mpy.assert_called_with('pyjuju')
Exemplo n.º 2
0
 def test_status_py(self, mj, mpy):
     mj.side_effect = [JujuVersion(0, 7, 0, False)]
     waiter.status('pyjuju')
     mpy.assert_called_with('pyjuju')
Exemplo n.º 3
0
 def test_status_go(self, mpy):
     waiter.status('gojuju')
     mpy.assert_called_with('gojuju')
Exemplo n.º 4
0
 def test_status_go(self, mpy):
     waiter.status('gojuju')
     mpy.assert_called_with('gojuju')