refactor tests and add new

This commit is contained in:
2025-12-06 11:55:50 +03:00
parent a2ef2652ed
commit 1d2ab6f6bb
17 changed files with 294 additions and 31 deletions
@@ -44,6 +44,3 @@ class CommandHandlers:
def __iter__(self) -> Iterator[CommandHandler]:
return iter(self.command_handlers)
def __next__(self) -> CommandHandler:
return next(iter(self.command_handlers))
+1 -1
View File
@@ -20,7 +20,7 @@ class RequiredArgumentNotPassedException(Exception):
@override
def __str__(self) -> str:
return "Required argument not passed"
return "Required argument with type Response not passed"
class TriggerContainSpacesException(Exception):