Difference between revisions of "Ert"
Jump to navigation
Jump to search
(useless emacswiki link) |
(add butterup) |
||
| 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] | ||
| + | |||
| + | 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.