AppInterface.test_cfile_path
AppInterface.test_cfile_path |
Purpose
Property for the location of the app companion file to parse, when in test mode.
Synopsis
test_cfile_path: str
Return value
The path to the app companion file.
Example
Demonstration of setting the companion file path (test mode only).
>>> insight.test_cfile_path = 'C:/dev/app/application.xml'
Demonstration of getting the companion file path (test mode only).
>>> print(insight.test_cfile_path)