Searched refs:outputImagePath (Results 1 – 1 of 1) sorted by relevance
211 def AddTestResult(self, testName, md5Hash, outputImagePath): argument214 imgExt = os.path.splitext(outputImagePath)[1].lstrip(".")218 raise ValueError("File %s does not have an extension" % outputImagePath)220 shutil.copy2(outputImagePath, newFilePath)