Skip to main content

Returns

Returns the local file path to the downloaded test file.

Example

downloaded_path = galtea.tests.download(test=test, output_directory="./.temp")

Parameters

test
Test object
required
The Test object (retrieved via get or get_by_name) for which you want to download the associated file. The test must have a uri attribute.
output_directory
string
required
The local directory path where the test file will be saved.