lisp-unit

MIT

Common Lisp library that supports unit testing.

$ area51 add lisp-unitCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lisp-unit:some-function ...)