MCPcopy Create free account
hub / github.com/dask/dask / test_format_bytes

Function test_format_bytes

dask/tests/test_utils.py:794–795  ·  view source on GitHub ↗
(n, expect)

Source from the content-addressed store, hash-verified

792 ],
793)
794def test_format_bytes(n, expect):
795 assert format_bytes(int(n)) == expect
796
797
798def test_format_time():

Callers

nothing calls this directly

Calls 1

format_bytesFunction · 0.90

Tested by

no test coverage detected