Install elpa-ert-expectations by entering the following commands in the terminal:
sudo apt update sudo apt install elpa-ert-expectations
Description:
very simple unit test framework for Emacs Lisp
The package provides a very simple unit test framework using `ert'. It is thought to be a successor of el-expectations. With Emacs Lisp Mock, `el-mock.el', Emacs Lisp Expectations supports mock and stub (behavior-based testing). The package uses `ert' feature to display test result, so it is quite easy to understand why a test failed.
Homepage: https://www.emacswiki.org/emacs/download/ert-expectations.el
Version: 0.2-1
Section: universe/lisp