I am trying to test a function that creates a message exchange graph from IRC chat logs. I am having trouble trying to mock the dependencies. The function makes use of util module, a lot of which takes input and returns an output. The problem is that these utils functions are being called multiple timesRead more