Exemplo n.º 1
0
 def test_false(self):
     client = Mock()
     client.snapshot.status.return_value = testvars.nosnap_running
     self.assertFalse(curator.snapshot_running(client))
Exemplo n.º 2
0
 def test_false(self):
     client = Mock()
     client.snapshot.status.return_value = testvars.nosnap_running
     self.assertFalse(curator.snapshot_running(client))