This commit is contained in:
2025-11-04 11:21:35 +03:00
parent 7b85b0f08d
commit 4da876b774
16 changed files with 122 additions and 48 deletions
@@ -15,6 +15,7 @@ class Service:
def hello(self) -> str:
return "world"
router = Router(title="DI")
@@ -56,5 +57,3 @@ class TestDIHandler(unittest.TestCase):
class _FakeApp:
# Minimal stub for setup_dishka; app object is not used in unit tests
registered_routers = []