MCPcopy Index your code
hub / github.com/dask/dask / test_progressbar

Function test_progressbar

dask/diagnostics/tests/test_progress.py:35–42  ·  view source on GitHub ↗
(capsys)

Source from the content-addressed store, hash-verified

33
34
35def test_progressbar(capsys):
36 with ProgressBar():
37 out = get_threaded(dsk, "e")
38 assert out == 6
39 check_bar_completed(capsys)
40 with ProgressBar(width=20):
41 out = get_threaded(dsk, "e")
42 check_bar_completed(capsys, 20)
43
44
45def test_minimum_time(capsys):

Callers

nothing calls this directly

Calls 2

ProgressBarClass · 0.90
check_bar_completedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…