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