/** Creates a new instance of PythonTestScript
* @throws FileNotFoundException
* @throws IOException
*/
public JythonTestScript(List<LinkedHashMap<String, String>> data, List<TestRequirement> requirements, File fileName, File testSuiteDirectory, TestSuite testSuite) throws IOException {
super(fileName.getParentFile(), testSuiteDirectory, fileName.getParentFile().getName(), new TestDataSet(data), requirements, testSuite);
this.fileName = fileName.getCanonicalFile().getAbsoluteFile();
String version = VersionControl.getInstance().getTestApiVersion(fileName.getParentFile().getPath());
//String version = parseVersion(fileName.getParentFile().getPath());