lisp-unit
Common Lisp library that supports unit testing.
$ area51 add lisp-unitCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lisp-unit:some-function ...)Common Lisp library that supports unit testing.
$ area51 add lisp-unitCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lisp-unit:some-function ...)