Delx
An Elixir library to make function delegation testable.
Prerequisites
- Erlang 20 or greater
- Elixir 1.8 or greater
Installation
If available in Hex, the package can be installed
by adding delx
to your list of dependencies in mix.exs
:
def deps do
[
{:delx, "~> 1.0.0"}
]
end
Usage
Check out the docs at https://hexdocs.pm/delx.