(self)
| 67 | async 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( |
nothing calls this directly
no outgoing calls
no test coverage detected