ecl-2am
Small testing framework based on 1am
This is a small testing framework for Common Lisp. The entire API consists of: test
, is
, signals
, finishes
, run
, suite
and setf suite
.
- Versions: 0.0.0-0.1d2fd21
- Website: https://gitlab.common-lisp.net/dkochmanski/2am
- Licenses: Expat
- Package source: gnu/packages/lisp-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ecl-2am
as follows:
guix install ecl-2am
Or install a particular version:
guix install ecl-2am@0.0.0-0.1d2fd21
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 ecl-2am about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ecl-2am'><img src='https://packages.guix.gnu.org/packages/ecl-2am/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ecl-2am)
Example Org:
[[https://packages.guix.gnu.org/packages/ecl-2am][https://packages.guix.gnu.org/packages/ecl-2am/badges/latest-version.svg]]