Searched refs:expected_file_path (Results 1 – 2 of 2) sorted by relevance
101 expected_file_path = os.path.join(self.expected_dir, expected_file_name)102 with open(expected_file_path, 'r') as f:
182 def check_output(self, expected_file_path, actual): argument185 with open(expected_file_path, 'r') as f:190 fromfile=expected_file_path,