How to Install erlang-meck in Ubuntu 18.04



Install erlang-meck by entering the following commands in the terminal:

sudo apt update
sudo apt install erlang-meck

Description:

mocking library for Erlang

With meck you can easily mock modules in Erlang. You can also perform some basic validations on the mocked modules, such as making sure no unexpected exceptions occurred or looking at the call history.

Homepage: https://github.com/eproxus/meck

Version: 0.8.7-1

Section: universe/devel