예제 #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')
예제 #2
0
파일: test_waiter.py 프로젝트: juju/amulet
 def test_status_py(self, mj, mpy):
     mj.side_effect = [JujuVersion(0, 7, 0, False)]
     waiter.status('pyjuju')
     mpy.assert_called_with('pyjuju')
예제 #3
0
 def test_status_go(self, mpy):
     waiter.status('gojuju')
     mpy.assert_called_with('gojuju')
예제 #4
0
파일: test_waiter.py 프로젝트: juju/amulet
 def test_status_go(self, mpy):
     waiter.status('gojuju')
     mpy.assert_called_with('gojuju')