def check_negative(self): go_over_file(self.negative, self.is_not_ok)
def check_positive(self): go_over_file(self.positive, self.is_ok)