Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
def
test_no_tasks(capsys):
94
with
ProgressBar():
95
get_threaded({
"x"
: 1},
"x"
)
96
check_bar_completed(capsys)
97
98
99
def
test_with_cache(capsys):
Callers
nothing calls this directly
Calls
2
ProgressBar
Class · 0.90
check_bar_completed
Function · 0.85
Tested by
no test coverage detected