Searched refs:pyFile (Results 1 – 1 of 1) sorted by relevance
204 for (File pyFile : pythonFilesList) { in run()205 if (!pyFile.exists()) { in run()208 pyFile.getAbsolutePath()); in run()211 pyFile.setExecutable(true); in run()212 runSinglePythonFile(listener, testInfo, pyFile); in run()241 ITestInvocationListener listener, TestInformation testInfo, File pyFile) { in runSinglePythonFile() argument243 commandLine.add(pyFile.getAbsolutePath()); in runSinglePythonFile()314 String runName = pyFile.getName(); in runSinglePythonFile()