Open kungfucop opened 4 years ago
I would very much like to see this also. Mocktopus is great at preventing some things having to be called but it would be v nice to be able to verify the calls being made to the functions.
Please see the discussion in #33, recommendations / contributions would be appreciated!
Hi, for function to test like following:
I'd like to make sure send_push_notification did get called with the desired count in the unit test. How could I do this?
Thanks a lot!