cl-quickcheck

MIT

Common Lisp port of the QuickCheck unit test framework

$ area51 add cl-quickcheckCopy

Usage

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