This commit is contained in:
2026-01-19 00:29:24 +03:00
parent 9d250fde9c
commit a174e0d5ab
8 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ def test_set_exit_command_handler_stores_handler() -> None:
def test_setup_default_view_formats_prompt() -> None:
app = App(prompt='>>')
assert app._prompt == '[italic dim bold]>>'
assert app._prompt == '[italic dim bold]>>[/italic dim bold]'
def test_setup_default_view_sets_default_unknown_command_handler() -> None: