Esempio 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')
Esempio 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')
Esempio n. 3
0
 def test_status_go(self, mpy):
     waiter.status('gojuju')
     mpy.assert_called_with('gojuju')
Esempio n. 4
0
 def test_status_go(self, mpy):
     waiter.status('gojuju')
     mpy.assert_called_with('gojuju')