Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _list_workspaces
Function
_list_workspaces
tests/integration/test_workspaces.py:28–29 ·
view source on GitHub ↗
(api_client)
Source
from the content-addressed store, hash-verified
26
27
28
def
_list_workspaces(api_client):
29
return
api_client.command(
"project.workspace.list"
)
30
31
32
def
_get_workspace(api_client, wid):
Callers
13
test_synthetic_workspaces_empty_for_empty_project
Function · 0.85
test_customize_on_seeds_from_synthetic
Function · 0.85
test_delete_workspace_removes_it
Function · 0.85
test_auto_generate_refuses_to_clobber_customised
Function · 0.85
test_synthetic_workspace_ids_stable_across_group_add
Function · 0.85
test_round_trip_customized_state_preserves_list
Function · 0.85
test_customize_off_to_on_seeds_immediately
Function · 0.85
test_customize_off_discards_user_edits
Function · 0.85
test_widget_add_in_auto_mode_is_rejected
Function · 0.85
test_workspace_remove_in_auto_mode_is_rejected
Function · 0.85
test_per_group_workspace_renumbers_on_group_delete
Function · 0.85
test_user_deleted_auto_workspace_stays_deleted
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected