3 lisp-unit is a Common Lisp library that supports unit testing. It is
4 an extension of the library written by Chris Riesbeck. There is a long
5 history of testing packages in Lisp, usually called "regression"
6 testers. More recent packages in Lisp and other languages have been
7 inspired by JUnit for Java.
9 Documentation is located in the documentation directory.