Searched refs:expected_output_filename (Results 1 – 2 of 2) sorted by relevance
66 expected_output_filename = filename[:-2] + '.out' variable67 expected_output = open(expected_output_filename, 'r').read()
1061 def do_run_from_file(self, filename, expected_output_filename, **kwargs): argument1062 self._build_and_run(filename, open(expected_output_filename).read(), **kwargs)