Searched refs:pyFile (Results 1 – 1 of 1) sorted by relevance
219 for (File pyFile : pythonFilesList) { in run()220 if (!pyFile.exists()) { in run()223 pyFile.getAbsolutePath()); in run()228 List<String> paths = findAllSubdir(pyFile.getParentFile(), ldLibraryPath); in run()233 pyFile.setExecutable(true); in run()234 runSinglePythonFile(listener, testInfo, pyFile); in run()257 ITestInvocationListener listener, TestInformation testInfo, File pyFile) { in runSinglePythonFile() argument259 commandLine.add(pyFile.getAbsolutePath()); in runSinglePythonFile()267 getRunUtil().setWorkingDir(pyFile.getParentFile()); in runSinglePythonFile()272 paths.addAll(findAllSubdir(pyFile.getParentFile(), new ArrayList<>())); in runSinglePythonFile()[all …]