Difference between revisions of "Ert"

From WikEmacs
Jump to navigation Jump to search
(Created page with "'''Ert'' is the unit test framework for developing Emacs lisp code. It is included in Emacs-24.1. = Tutorial Pages = * [http://www.emacswiki.org/emac...")
 
(add butterup)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Ert'' is the unit test framework for developing Emacs lisp code. It is included in [[:Category:Emacs-24.1|Emacs-24.1]].
+
'''Ert''' is the unit test framework for developing Emacs lisp code. It is included in [[:Category:Emacs-24.1|Emacs-24.1]].
  
 
= Tutorial Pages =
 
= Tutorial Pages =
* [http://www.emacswiki.org/emacs/ErtTestLibrary ERT on Emacswiki]
+
* [http://www.gnu.org/software/emacs/manual/html_node/ert/index.html ERT: Emacs Lisp Regression Testing]
 +
 
 +
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.