MCPcopy
hub / github.com/dask/dask / test_read_bytes_blocksize_none

Function test_read_bytes_blocksize_none

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

Source from the content-addressed store, hash-verified

100
101
102def test_read_bytes_blocksize_none():
103 with filetexts(files, mode="b"):
104 sample, values = read_bytes(".test.accounts.*", blocksize=None)
105 assert sum(map(len, values)) == len(files)
106
107
108@pytest.mark.parametrize("blocksize", [5.0, "5 B"])

Callers

nothing calls this directly

Calls 3

filetextsFunction · 0.90
read_bytesFunction · 0.90
sumFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…