Packages
A simple Elixir package to elegantly mock module functions within (asynchronous) ExUnit tests using Erlang's :meck library
Retired package: Assertion of function calls (extracted from Mock) are not supported in asynchronous tests. Use MecksUnit v0.1.2 instead.
Current section
Files
Jump to
Current section
Files
mecks_unit
CHANGELOG.md
CHANGELOG.md
## MecksUnit CHANGELOG
### Version 0.1.1 (January 14, 2019)
* Added `called` and `assert_called` to assert function calls (credits to [Mock](https://github.com/jjh42/mock) with a minor improvement) within tests
### Version 0.1.0 (January 12, 2019)
* Initial release