Searched refs:expected_path (Results 1 – 1 of 1) sorted by relevance
54 def run_and_compare(self, input_path, expected_path, cflags=[]): argument55 with open(expected_path, 'r') as f:62 expected_path = os.path.join(EXPECTED_DIR, name)63 self.run_and_compare(input_path, expected_path, cflags)