unit-test
unit-testing framework for common lisp
$ area51 add unit-testCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(unit-test:some-function ...)unit-testing framework for common lisp
$ area51 add unit-testCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(unit-test:some-function ...)