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

Function test_debug_memory_pool_none

python/pyarrow/tests/test_memory.py:260–261  ·  view source on GitHub ↗
(pool_factory)

Source from the content-addressed store, hash-verified

258
259@pytest.mark.parametrize('pool_factory', supported_factories())
260def test_debug_memory_pool_none(pool_factory):
261 check_debug_memory_pool_disabled(pool_factory, "none", "")
262
263
264@pytest.mark.parametrize('pool_factory', supported_factories())

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected