MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / status

Method status

unity_cli/api/tests.py:62–68  ·  view source on GitHub ↗

Get status of running tests. Returns: Dictionary with test run status

(self)

Source from the content-addressed store, hash-verified

60 return self._conn.send_request("tests", {"action": "list", "mode": mode})
61
62 def status(self) -> dict[str, Any]:
63 """Get status of running tests.
64
65 Returns:
66 Dictionary with test run status
67 """
68 return self._conn.send_request("tests", {"action": "status"})

Callers 7

recorder_statusFunction · 0.45
_poll_test_resultsFunction · 0.45
tests_statusFunction · 0.45
profiler_statusFunction · 0.45

Calls 1

send_requestMethod · 0.80

Tested by

no test coverage detected