I have a class called database.py with a function called generate_token(). I would like to mock it and return a fixed value 321. So that I can see that the method
321