MCPcopy
hub / github.com/dask/dask / test_errors_propagate

Function test_errors_propagate

dask/tests/test_multiprocessing.py:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72
73def test_errors_propagate():
74 dsk = {"x": (bad,)}
75
76 with pytest.raises(ValueError) as e:
77 get(dsk, "x")
78 assert "12345" in str(e.value)
79
80
81def test_remote_exception():

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…