You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<__main__.UnitOfWork object at 0x110ae9ed0>
<__main__.UnitOfWork object at 0x110ae9ed0>
I would expect that container.uow() to return an instance of TestUnitOfWork, since container is an instance of TestApplicationContainer which has unit_of_work_class = dip.Callable(TestUnitOfWork).
container.unit_of_work_class.override(TestUnitOfWork) also doesn't work, as you can see...
The text was updated successfully, but these errors were encountered:
The output:
I would expect that
container.uow()
to return an instance ofTestUnitOfWork
, since container is an instance ofTestApplicationContainer
which hasunit_of_work_class = dip.Callable(TestUnitOfWork)
.container.unit_of_work_class.override(TestUnitOfWork)
also doesn't work, as you can see...The text was updated successfully, but these errors were encountered: