Initializing help system before first use

AppInterface.test_attach_dir

AppInterface.test_attach_dir


Purpose
Property for the location to store mock attachments for app and scenario, when in test mode.
Synopsis
test_attach_dir: str
Return value
The path to the attachments directory.
Example
Demonstration of setting the attachment directory (test mode only).
>>> insight.test_attach_dir = 'C:/dev/appattachments'		
Demonstration of getting the attachment directory (test mode only).
>>> print(insight.test_attach_dir)		
Related topics