Searched refs:test_file_name (Results 1 – 2 of 2) sorted by relevance
61 def overwrite_test_file_name(test_config_doc, test_file_name): argument71 option.setAttribute('value', test_file_name)86 if args.test_file_name:87 overwrite_test_file_name(doc, args.test_file_name)
404 if test_file_name is not None:405 new_stat = os.stat(test_file_name)435 test_file_name = test_file.name441 arcname = extra_zipwrite_args.get("arcname", test_file_name)455 expected_stat = os.stat(test_file_name)468 os.remove(test_file_name)512 test_file_name = test_file.name514 arcname_large = test_file_name531 expected_stat = os.stat(test_file_name)537 common.ZipWrite(zip_file, test_file_name, **extra_args)[all …]