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

Function test_env_var

python/pyarrow/tests/test_memory.py:157–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156
157def test_env_var():
158 for backend_name in mandatory_backends:
159 check_env_var(backend_name, [backend_name])
160 check_env_var("nonexistent", possible_backends, expect_warning=True)
161
162
163def test_memory_pool_factories():

Callers

nothing calls this directly

Calls 1

check_env_varFunction · 0.85

Tested by

no test coverage detected