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

Function test_udt_datasource1_exception

python/pyarrow/tests/test_udf.py:750–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

748
749
750def test_udt_datasource1_exception():
751 with pytest.raises(RuntimeError, match='datasource1_exception'):
752 _test_datasource1_udt(datasource1_exception)
753
754
755@pytest.mark.numpy

Callers

nothing calls this directly

Calls 1

_test_datasource1_udtFunction · 0.85

Tested by

no test coverage detected