Packages

A simple Elixir package to elegantly mock module functions within (asynchronous) ExUnit tests using Erlang's :meck library

Current section

Files

Jump to
mecks_unit CHANGELOG.md
Raw

CHANGELOG.md

## MecksUnit CHANGELOG
### Version 0.1.2 (January 15, 2019)
* Added `called` and `assert_called` to assert function calls within (asynchronous) tests
### Version 0.1.1 (January 14, 2019) [RETIRED]
* This version is retired as the assertion of function calls (extracted from Mock) are not supported in asynchronous tests (forgot about that)
### Version 0.1.0 (January 12, 2019)
* Initial release