refactor tests

This commit is contained in:
2025-12-05 16:30:56 +03:00
parent 20b638c421
commit 913e7f16ca
4 changed files with 174 additions and 27 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ class App(BaseApp):
system_router_title: str | None = "System points:",
ignore_command_register: bool = True,
dividing_line: AVAILABLE_DIVIDING_LINES = DEFAULT_DIVIDING_LINE,
repeat_command_groups_printing: bool = True,
repeat_command_groups_printing: bool = False,
override_system_messages: bool = False,
autocompleter: AutoCompleter = DEFAULT_AUTOCOMPLETER,
print_func: Printer = DEFAULT_PRINT_FUNC,