How to Install elpa-ert-async in Ubuntu 18.04



Install elpa-ert-async by entering the following commands in the terminal:

sudo apt update
sudo apt install elpa-ert-async

Description:

asynchronous tests for the Emacs ERT testing framework

This library provides the `ert-deftest-async' function for defining asynchronous tests for Emacs Lisp addon packages. The user supplies a list of callbacks, and the test fails if it is not the case that all of the callbacks have been called after a defined number of seconds. . See the GNU Emacs documentation for general information on writing test suites with ERT.

Homepage: https://github.com/rejeep/ert-async.el

Version: 0.1.2-1

Section: universe/lisp