lisp-unit2

MIT

Common Lisp library that supports unit testing.

$ area51 add lisp-unit2Copy

Usage

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