MCPcopy Create free account
hub / github.com/apache/arrow / _test

Function _test

python/pyarrow/tests/test_flight_async.py:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74def test_get_flight_info(async_client):
75 async def _test():
76 descriptor = flight.FlightDescriptor.for_command(b"simple")
77 info = await async_client.get_flight_info(descriptor)
78 assert info == ExampleServer.simple_info
79
80 asyncio.run(_test())
81

Callers 2

test_get_flight_infoFunction · 0.85

Calls 1

get_flight_infoMethod · 0.45

Tested by

no test coverage detected