def test_false(self): client = Mock() client.snapshot.status.return_value = testvars.nosnap_running self.assertFalse(curator.snapshot_running(client))