Ert

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.