get_job_uuid_name_map¶
- atomate2.utils.testing.common.get_job_uuid_name_map(job_flow_resp)[source]¶
Get all job UUIDs and map them to the job name.
Useful for running complex flows locally / testing in CI, where one often wants the output of a job with a specific name.
- Parameters:
job_flow_resp (jobflow Job, Flow, or Response)
- Return type:
dict mapping string UUIDs to string names.