__init__.py |
|
162 |
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}.
|
1516 |
local_output_manager_test.py |
|
930 |
noop_output_manager.py |
NoopArchivedFiles are not retained. |
1094 |
noop_output_manager_test.py |
|
770 |
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.
|
2877 |
remote_output_manager_test.py |
|
967 |