News

Yes, I suspect the decorator imports the module, and thus patching happens "too late". Imports in Python are a bit surprising, and mocks interact with that... I just avoid mocks as much as I can .