Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
def
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
test_time_remaining_column
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_time_remaining_column
Function · 0.68