Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _add_workspace
Function
_add_workspace
tests/integration/test_workspaces.py:36–37 ·
view source on GitHub ↗
(api_client, title="Workspace")
Source
from the content-addressed store, hash-verified
34
35
36
def
_add_workspace(api_client, title=
"Workspace"
):
37
return
api_client.command(
"project.workspace.add"
, {
"title"
: title})
38
39
40
def
_delete_workspace(api_client, wid):
Callers
15
test_add_workspace_assigns_id_over_999
Function · 0.85
test_add_workspace_auto_enables_customize
Function · 0.85
test_delete_workspace_removes_it
Function · 0.85
test_rename_workspace_applies
Function · 0.85
test_rename_workspace_rejects_empty
Function · 0.85
test_auto_generate_refuses_to_clobber_customised
Function · 0.85
test_widget_add_and_get
Function · 0.85
test_widget_remove_takes_triple_key
Function · 0.85
test_group_delete_preserves_ref_unique_id
Function · 0.85
test_group_delete_shifts_ref_relative_index
Function · 0.85
test_group_delete_drops_refs_pointing_at_deleted
Function · 0.85
test_round_trip_customized_state_preserves_list
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected