python unittest How to patch a function with an injected argument and modify it
Try to unittest the function to test which used a function with an injected Element
I know how to patch the return value of function_to_patch but how to alter the injected element ?