should-test
Minimal yet feature-rich Common Lisp test framework.
$ area51 add should-testCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(should-test:some-function ...)Minimal yet feature-rich Common Lisp test framework.
$ area51 add should-testCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(should-test:some-function ...)