MCPcopy 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
17class DummyTask:
18 def __init__(self, status, error_message=""):
19 self.status = status
20 self.error_message = error_message
21
22
23def test_update_webui_settings_rotates_secret_key(monkeypatch):

Calls

no outgoing calls