SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions

ErtTestLibrary

ERT is an Emacs Lisp library for regression/unit testing. It is now included in Emacs, but can still be retrieved from its old repository.

For examples of how to write tests with ERT, take a look at the manual in Info, C-h i m ert RET, or read the manual online, or look at ERT's own tests.

Lisp:ert-expectations.el translates EmacsLispExpectations syntax into ERT. You can use simple EmacsLispExpectations code in ERT environment. – rubikitch


See also UnitTesting