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

Function skip_if_gdb_unavailable

python/pyarrow/tests/test_gdb.py:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73
74def skip_if_gdb_unavailable():
75 if not is_gdb_available():
76 pytest.skip("gdb command unavailable")
77
78
79def skip_if_gdb_script_unavailable():

Callers 1

gdbFunction · 0.85

Calls 1

is_gdb_availableFunction · 0.85

Tested by

no test coverage detected