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

Function test_env_var

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

check_env_varFunction · 0.85

Tested by

no test coverage detected