MCPcopy
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
168def test_task_ids():
169 progress = make_progress()
170 assert progress.task_ids == [0, 1, 2, 4]
171
172
173def test_finished():

Callers

nothing calls this directly

Calls 1

make_progressFunction · 0.85

Tested by

no test coverage detected