should-test

MIT

Minimal yet feature-rich Common Lisp test framework.

$ area51 add should-testCopy

Usage

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