sbcl-lisp-unit
Common Lisp Test framework inspired by JUnit to be simple of use
lisp-unit
is a Common Lisp library that supports unit testing. It is an extension of the library written by Chris Riesbeck.
- Versions: 0.0.0-1.89653a2
- Website: https://github.com/OdonataResearchLLC/lisp-unit
- Licenses: Expat
- Package source: gnu/packages/lisp-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sbcl-lisp-unit
as follows:
guix install sbcl-lisp-unit
Or install a particular version:
guix install sbcl-lisp-unit@0.0.0-1.89653a2
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.
Badge code
You can use the following badge to inform users of sbcl-lisp-unit about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sbcl-lisp-unit'><img src='https://packages.guix.gnu.org/packages/sbcl-lisp-unit/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sbcl-lisp-unit/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sbcl-lisp-unit)
Example Org:
[[https://packages.guix.gnu.org/packages/sbcl-lisp-unit][https://packages.guix.gnu.org/packages/sbcl-lisp-unit/badges/latest-version.svg]]