The DI nature of reg allows us to replace the entire system with fakes, mocks, stubs without using unittest.mock.
This means that testing is much easier because you don't have to know the call site.
Maybe we can add a TestCase base class that cleans up the registry after each test.
The DI nature of reg allows us to replace the entire system with fakes, mocks, stubs without using unittest.mock.
This means that testing is much easier because you don't have to know the call site.
Maybe we can add a TestCase base class that cleans up the registry after each test.