Searched refs:parse_result (Results 1 – 6 of 6) sorted by relevance
27 def result_correct(self, parse_result): argument28 if parse_result[0] != 'Linux' or len(parse_result[1].split('.')) != 3:
85 def result_correct(self, parse_result): argument87 for line in parse_result:
66 def result_correct(self, parse_result): argument68 for line in parse_result:
54 def result_correct(self, parse_result): argument
161 parse_result = test_object.parse_contents(file_content)165 test_object.result_correct(parse_result), "Results not valid!")
202 def result_correct(self, parse_result): argument