MCPcopy
hub / github.com/dask/dask / test_unordered_urlpath_errors

Function test_unordered_urlpath_errors

dask/bytes/tests/test_local.py:51–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def test_unordered_urlpath_errors():
52 # Unordered urlpath argument
53 with pytest.raises(TypeError):
54 read_bytes(
55 {
56 "sets/are.csv",
57 "unordered/so/they.csv",
58 "should/not/be.csv",
59 "allowed.csv",
60 }
61 )
62
63
64def test_read_bytes():

Callers

nothing calls this directly

Calls 1

read_bytesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…