2.2.4.3 ERT Support

ERT is a built-in package for Emacs that supports automated testing of Elisp (ert#Top). Anju provides a convenience command to run an ert-deftest if the point is within its declaration. The screenshot below shows and example of running the ERT test test-foo.

images/anju-context-menu-ert

The result of running test-foo is shown below.

images/anju-context-menu-ert-result