You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 implementdownload
.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
withget_status
anddownload
.Additional Context
No response
The text was updated successfully, but these errors were encountered: