What's Changed
- docs: add pattern matching examples for assert_called by @superhawk610 in #112
- docs: add missing
with_mock
block by @superhawk610 in #113 - Remove extra curly brackets in with_mocks by @speeddragon in #115
- Asserting function call order by @sashman in #114
- Fix two tiny errors in the README by @1st8 in #118
- Readme: fix links by @amilkr in #121
- implement assert_not_called by @amilkr in #120
- add assert_called_exactly by @rauann in #122
- Docs around mocking based on parts of the input by @mrjoelkemp in #123
- Document that it's not possible to mock marcos in #126
- update meck 0.8.13 -> 0.9.2 by @thalesmg in #127
- Fix typos by @kianmeng in #133
- Add a very simple wrapper (in_series) around :meck.seq by @tpitale in #132
- Fix typo for
call_history
doc in the Mock module. by @Francisco-Castro in #135 - Fix README link anchor by @stjhimy in #140
- Added new function/macro to allow for "at_least" test by @DavidRawk-Blake in #142
- Bum deps, add .formatter.exs and test_with_mocks shortcut. by @stjhimy in #148
New Contributors
- @superhawk610 made their first contribution in #112
- @speeddragon made their first contribution in #115
- @sashman made their first contribution in #114
- @1st8 made their first contribution in #118
- @amilkr made their first contribution in #121
- @rauann made their first contribution in #122
- @mrjoelkemp made their first contribution in #123
- @thalesmg made their first contribution in #127
- @kianmeng made their first contribution in #133
- @tpitale made their first contribution in #132
- @Francisco-Castro made their first contribution in #135
- @stjhimy made their first contribution in #140
- @DavidRawk-Blake made their first contribution in #142
Full Changelog: v0.3.4...v0.3.9