Difference between revisions of "Unit testing"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
[http://www.emacswiki.org/emacs/ErtTestLibrary ERT] is the unit test framework for developing Emacs lisp code. It is included in [[:Category:Emacs-24.1|Emacs-24.1]]. | [http://www.emacswiki.org/emacs/ErtTestLibrary ERT] is the unit test framework for developing Emacs lisp code. It is included in [[:Category:Emacs-24.1|Emacs-24.1]]. | ||
| + | |||
| + | [[Category:Programming]][[Category:Emacs Contributor]] | ||
Revision as of 04:49, 27 March 2012
ERT is the unit test framework for developing Emacs lisp code. It is included in Emacs-24.1.