Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_gdb_session
Function
test_gdb_session
python/pyarrow/tests/test_gdb.py:219–221 ·
view source on GitHub ↗
(gdb)
Source
from the content-addressed store, hash-verified
217
218
219
def
test_gdb_session(gdb):
220
out = gdb.run_command(
"show version"
)
221
assert out.startswith(
"GNU gdb ("
), out
222
223
224
def
test_gdb_arrow(gdb_arrow):
Callers
nothing calls this directly
Calls
1
run_command
Method · 0.80
Tested by
no test coverage detected