mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-01 00:31:51 +03:00
fix(tui): harden themes and platform coverage
This commit is contained in:
@@ -73,6 +73,7 @@ def test_interactive_agent_uses_native_tui(
|
||||
markdown=True,
|
||||
logs=False,
|
||||
classic=False,
|
||||
theme="light",
|
||||
)
|
||||
|
||||
assert launched["args"] == (config,)
|
||||
@@ -80,6 +81,7 @@ def test_interactive_agent_uses_native_tui(
|
||||
"config_path": config_path,
|
||||
"workspace_override": None,
|
||||
"session_id": "websocket:terminal-chat",
|
||||
"theme": "light",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user