Relative Content

Tag Archive for pythonmockingcontextmanager

Mock get_adapter() function

I’m trying to mock the self.get_adapter property in my tests. I want it to return some value that I can iterate. I’m sorry if I repeat an already answered topic, but I’ve been struggling for days with testing this method.