feat: implemented more tests

This commit is contained in:
2024-04-25 15:00:54 +02:00
parent 07a933c625
commit 02522ddbb6
3 changed files with 28 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ def error_handling(default: Any) -> Callable:
return default
self.logger.error(repr(e))
return default
return _wrapper