Next: Running Tests, Up: Emacs Lisp Regression Testing—ERT [Index]
ERT allows you to define tests in addition to functions, macros, variables, and the other usual Lisp constructs. Tests are simply Lisp code: code that invokes other code and checks whether it behaves as expected.