test-utils

MIT Expat <http://directory.fsf.org/wiki/License:Expat>

Convenience functions and macros for testing Common Lisp applications via Prove and Quickcheck

$ area51 add test-utilsCopy

Usage

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