mockito-python
mockito-python copied to clipboard
Mockito is a spying framework
I just upgraded from mockito-1.3.0 to mockito-1.4.0 and many of my tests began to fail. Here is "somewhat minimal" example of what kind of code used to work, but it...
Add support for mocking the value returned from functions like `datetime.datetime.now()`. I have several functions that make use of the current date. I have not found a way to appropriately...
__Current behaviour__: When we call `verifyStubbedInvocationsAreUsed` it checks that all stubbed invocations are called at least once, ensuring we don't have unnecessary stubbing. This is often useful to have in...