Is there an existing issue for this?
Problem statement
There is a frequent need to load sample test files content, but workspace_client_mock doesn't implement download.
Also, there is a need to map simple names: import my_file to test file names: my_file.py.txt.__
Proposed Solution
Enhance workspace_client_mock with get_status and download.
Additional Context
No response