This package browser is in early development. Mind the rough edges.

cl-lisp-unit2

Test Framework for Common Lisp

LISP-UNIT2 is a Common Lisp library that supports unit testing in the style of JUnit for Java. It is a new version of the lisp-unit library written by Chris Riesbeck.

Installation

Install the latest version of cl-lisp-unit2 as follows:

guix install cl-lisp-unit2

Or install a particular version:

guix install cl-lisp-unit2@0.9.4-0.b5aa17b

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.