MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / test_status_shape

Function test_status_shape

tests/integration/test_session_export.py:133–137  ·  view source on GitHub ↗

getStatus returns both exportEnabled and isOpen booleans.

(api_client, clean_state, pro_only)

Source from the content-addressed store, hash-verified

131
132@pytest.mark.project
133def test_status_shape(api_client, clean_state, pro_only):
134 """getStatus returns both exportEnabled and isOpen booleans."""
135 status = _status(api_client)
136 assert isinstance(status["exportEnabled"], bool)
137 assert isinstance(status["isOpen"], bool)
138
139
140# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

_statusFunction · 0.70

Tested by

no test coverage detected