Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ DummyTask
Class
DummyTask
tests/test_webui_settings_and_batch_stats.py:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
17
class
DummyTask:
18
def
__init__(self, status, error_message=
""
):
19
self.status = status
20
self.error_message = error_message
21
22
23
def
test_update_webui_settings_rotates_secret_key(monkeypatch):
Callers
6
test_batch_parallel_counts_cancelled_as_failed
Function · 0.85
test_batch_pipeline_counts_cancelled_as_failed
Function · 0.85
test_cancel_batch_marks_pending_child_tasks
Function · 0.85
fake_update_registration_task
Function · 0.85
fake_get_registration_task
Function · 0.85
test_batch_parallel_stops_launching_new_tasks_after_cancel
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_batch_parallel_counts_cancelled_as_failed
Function · 0.68
test_batch_pipeline_counts_cancelled_as_failed
Function · 0.68
test_cancel_batch_marks_pending_child_tasks
Function · 0.68
fake_update_registration_task
Function · 0.68
fake_get_registration_task
Function · 0.68
test_batch_parallel_stops_launching_new_tasks_after_cancel
Function · 0.68