Example
There are a few libraries for unit testing in Common Lisp
- FiveAM
- Prove, with a few unique features like extensive test reporters, colored output, report of test duration and asdf integration.
- Lisp-Unit2, similar to JUnit
- Fiasco, focusing on providing a good testing experience from the REPL. Successor to hu.dwim.stefil