test-utils
Convenience functions and macros for testing Common Lisp applications via Prove and Quickcheck
$ area51 add test-utilsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(test-utils:some-function ...)