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.
- Versions: 0.9.4
- Website: https://github.com/AccelerationNet/lisp-unit2
- Licenses: Expat
- Package source: gnu/packages/lisp-check.scm
- Builds: See build status
- Issues: See known issues
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
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.