Next: , Previous: , Up: Common Lisp Testing   [Contents][Index]


9.3 Lisp Unit2

"A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind."

Lisp-unit2 is a Common Lisp library that supports unit testing. It is a new version of a library of the lisp-unit library written by Chris Riesbeck.

Blog post by the author of Lisp-Unit2 announcing the new project and explaining it a bit.

Features

Use

(ql:quickload :lisp-unit2)

or

(asdf:load-system :lisp-unit2)