Next: , Up: Emacs Lisp Regression Testing—ERT   [Index]


K.5.1 Defining Tests

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.