Gabriel Salla
Results
3
comments of
Gabriel Salla
Following this PR waiting for the fix
I'll take a look at it and see if I can find out what's happening
Digging with the debugger, I was able to narrow down the problem to the `autospec` parameter. Using unittest's `patch.object` with `autospec=True` (which is the same value when using spy) I'm...