Searched refs:fpath (Results 1 – 4 of 4) sorted by relevance
140 files_exist = all([os.path.isfile(fpath) for fpath in file_paths])
262 def parse_test_file(fpath): argument271 with open(fpath, 'r') as f:
280 fpath = match_obj.group('file_path')282 verified_tests.add(fpath)
287 fpath = match_obj.group('file_path')289 verified_tests.add(fpath)