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