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