A mocking library for the Elixir language.
We use the Erlang meck library to provide module mocking functionality for Elixir. It uses macros in Elixir to expose the functionality in a convenient manner for integrating in Elixir tests.
A utility module that helps you iterate faster on unit tests.
This module lets execute specific tests from within a running iex shell to avoid needing to start and stop the whole application every time.