def clear_status(self): CheckData.remove_latest_status(self.persistable_check_name) self.load_status()
def clear_status(self): """ This function is only used form test code to act as if the check is running for the first time """ CheckData.remove_latest_status(self.persistence_check_name) self.load_status()
def clear_status(self): """ This function is only used form test code to act as if the check is running for the first time """ CheckData.remove_latest_status(Instance.INSTANCE_NAME) self.load_status()