Difference between revisions of "Ert"

From WikEmacs
Jump to navigation Jump to search
(add butterup)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
= Tutorial Pages =
 
= Tutorial Pages =
 
* [http://www.gnu.org/software/emacs/manual/html_node/ert/index.html ERT: Emacs Lisp Regression Testing]
 
* [http://www.gnu.org/software/emacs/manual/html_node/ert/index.html ERT: Emacs Lisp Regression Testing]
* [http://www.emacswiki.org/emacs/ErtTestLibrary ERT on Emacswiki]
+
 
 +
See also [https://github.com/jorgenschaefer/emacs-buttercup emacs-buttercup]:
 +
 
 +
* easier setup and teardown methods,
 +
* mocks ("spies"),
 +
* grouping tests,
 +
* able to run inside a Continuous Integration setup.
 +
 
  
 
[[Category:Programming]][[Category:Emacs Contributor]]
 
[[Category:Programming]][[Category:Emacs Contributor]]

Latest revision as of 11:18, 1 November 2017

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.