MCPcopy
hub / github.com/dask/dask / test_bag

Function test_bag

dask/bytes/tests/test_http.py:204–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202@pytest.mark.network
203@pytest.mark.skip(reason="Flaky test.")
204def test_bag():
205 # This test pulls from different hosts
206 urls = [
207 "https://raw.githubusercontent.com/weierophinney/pastebin/"
208 "master/public/js-src/dojox/data/tests/stores/patterns.csv",
209 "https://en.wikipedia.org",
210 ]
211 b = db.read_text(urls)
212 assert b.npartitions == 2
213 b.compute()
214
215
216@pytest.mark.network

Callers

nothing calls this directly

Calls 1

computeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…