Lines Matching refs:test_path
265 def _get_block_infos(run_infos, test_path, args, common_prefix): # noqa argument
305 test_path)
434 def _write_output(test_path, input_lines, prefix_list, block_infos, # noqa argument
527 common.debug('Writing', len(output_lines), 'lines to', test_path, '..\n\n')
529 with open(test_path, 'wb') as f:
535 for test_path in test_paths:
536 sys.stderr.write('Test: {}\n'.format(test_path))
543 if not os.path.isfile(test_path):
544 raise Error('could not find test file: {}'.format(test_path))
546 with open(test_path) as f:
549 run_lines = common.find_run_lines(test_path, input_lines)
552 block_infos = _get_block_infos(run_infos, test_path, args, common_prefix)
553 _write_output(test_path,