MCPcopy
hub / github.com/Textualize/rich / FakeTask

Class FakeTask

tests/test_progress.py:84–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83def test_time_remaining_column():
84 class FakeTask(Task):
85 time_remaining = 60
86
87 column = TimeRemainingColumn()
88 task = Task(1, "test", 100, 20, _get_time=lambda: 1.0)

Callers 1

Calls

no outgoing calls

Tested by 1