How to Install elpa-mocker in Ubuntu 18.04



Install elpa-mocker by entering the following commands in the terminal:

sudo apt update
sudo apt install elpa-mocker

Description:

mocking framework for Emacs

This package is helpful with testing Emacs Lisp code. Its single entry point (`mocker-let') provides an `let' like interface to defining mock objects. Actually, `mocker-let' is a wrapper around `flet', which can be seen as a way to manually generate mocks.

Homepage: https://github.com/sigma/mocker.el

Version: 0.3.1-1

Section: universe/lisp