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

Function test_no_tasks

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

Source from the content-addressed store, hash-verified

91
92
93def test_no_tasks(capsys):
94 with ProgressBar():
95 get_threaded({"x": 1}, "x")
96 check_bar_completed(capsys)
97
98
99def test_with_cache(capsys):

Callers

nothing calls this directly

Calls 2

ProgressBarClass · 0.90
check_bar_completedFunction · 0.85

Tested by

no test coverage detected