Hey, I just noticed that when using lambda solids,...
# announcements
r
Hey, I just noticed that when using lambda solids, I am unable to mock the function wrapped by the lambda solid (using unittest.mock). I've tried replacing the lambda_solid with a solid with @solid wrapper that just calls the function and the mock works fine there. Is there anything I am missing here? Can anyone explain this behavior?
This is what I mean