cl-fixtures

MIT

A simple library to create and use parameterized fixtures

$ area51 add cl-fixturesCopy

Usage

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