pythonRuntime
property to adapt to your Python runtime location.<files> <file url="applications.xml" /> <file url="services.xml" /> <file url="types.xml" /> <property key="pythonRuntime" value="C:/Program Files (x86)/Python24/python.exe" /> </files>
PythonModulesSetter
Java utility class, which is present in the test directory, allows to update the Python library in all Unit Tests using these scripts after they have been modified in the Browser source.
pythonRuntime
property can be defined in the Configuration file or in the Python module configuration.PythonRuntimeSetter
Java utility class, which is present in the test directory, allows to update these properties depending on the Python runtimes present on the development PC. The pythonRuntime.properties
properties file defines the path for the various Python runtimes, for example:python24=C:/Program Files (x86)/Python24/python.exe python27=L:/WRK/Python27/python.exe python35=L:/WRK/Python35/python.exe
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence