side_effect not iterating on Mock in Pytho
I’m trying to obtain different responses by each call on a Mock by using the side_effect
attribute. However, I’m obtaining the first one each time. I would like to ask if I can get any help on it. Thank you in advance