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
+2 -2
View File
@@ -9,7 +9,7 @@ EMPTY_INPUT_FLAGS: InputFlags = InputFlags()
class Response:
_dishka_container: Container
__dishka_container__: Container
def __init__(
self,
@@ -26,4 +26,4 @@ class Response:
@classmethod
def patch_by_container(cls, container: Container) -> None:
cls._dishka_container = container
cls.__dishka_container__ = container