I am pretty new to unit testing in Python. I am trying to mock an if statement where the condition has to be False in order to skip the if. So far I am trying t
if