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:261–262  ·  view source on GitHub ↗
(pool_factory)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected