Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_task_ids
Function
test_task_ids
tests/test_progress.py:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
167
168
def
test_task_ids():
169
progress = make_progress()
170
assert progress.task_ids == [0, 1, 2, 4]
171
172
173
def
test_finished():
Callers
nothing calls this directly
Calls
1
make_progress
Function · 0.85
Tested by
no test coverage detected