What's Changed
- docs: add pattern matching examples for assert_called by @superhawk610 in https://github.com/jjh42/mock/pull/112
- docs: add missing
with_mockblock by @superhawk610 in https://github.com/jjh42/mock/pull/113 - Remove extra curly brackets in with_mocks by @speeddragon in https://github.com/jjh42/mock/pull/115
- Asserting function call order by @sashman in https://github.co...