Ert

From WikEmacs
Revision as of 11:18, 1 November 2017 by Elvince (talk | contribs) (add butterup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Ert is the unit test framework for developing Emacs lisp code. It is included in Emacs-24.1.

Tutorial Pages

See also emacs-buttercup:

  • easier setup and teardown methods,
  • mocks ("spies"),
  • grouping tests,
  • able to run inside a Continuous Integration setup.