MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / _FakeClient

Class _FakeClient

python/tests/test_skills.py:55–60  ·  view source on GitHub ↗

Minimal stand-in for cmdop.client.Client that SkillsResource needs.

Source from the content-addressed store, hash-verified

53
54
55class _FakeClient:
56 """Minimal stand-in for cmdop.client.Client that SkillsResource needs."""
57
58 def __init__(self, transport: Transport) -> None:
59 self._t = transport
60 self.fleet_id = None
61
62
63def _make_transport() -> tuple[Transport, FakeProc]:

Callers 2

Calls

no outgoing calls

Tested by 2