So with the call recorder it's often a useful thing to be able to make a parameter that matches anything. Perhaps it's a current timestamp or a random value, whatever it is you don't know what it is.
Mock has mock.ANY and I'm finding myself installing mock just for mock.ANY.
So with the call recorder it's often a useful thing to be able to make a parameter that matches anything. Perhaps it's a current timestamp or a random value, whatever it is you don't know what it is.
Mock has
mock.ANYand I'm finding myself installing mock just formock.ANY.