__init__.py |
|
140 |
local_output_manager.py |
Saves and manages test output files locally in output directory.
Location files will be saved in {output_dir}/TEST_RESULTS_{timestamp}.
|
1438 |
local_output_manager_test.py |
|
908 |
noop_output_manager.py |
NoopArchivedFiles are not retained. |
972 |
noop_output_manager_test.py |
|
748 |
remote_output_manager.py |
Uploads output files to Google Storage or LogDog.
Files will either be uploaded directly to Google Storage or LogDog
depending on the datatype.
Args
bucket: Bucket to use when saving to Google Storage.
|
2766 |
remote_output_manager_test.py |
|
945 |