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

Method kill

python/tests/test_transport.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67async def test_unary_round_trip_and_error_mapping() -> None:
68 transport, process = _transport()
69 call = asyncio.create_task(
70 transport.call_unary(pb.Envelope(system_bootstrap_req=pb.SystemBootstrapRequest()))
71 )
72 request = await _request(process)
73 _feed(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected