guile-tap 0.5.1
Guile test framework that emits TAP output
guile-tap is a library for GNU Guile that implements a framework for specifying test cases that emit output that adheres to the Test Anything Protocol (TAP). It comes with an experimental harness (tap-harness).
- Outputs:
out
- Website: https://github.com/ft/guile-tap
- Licenses: FreeBSD
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-tap 0.5.1
as follows:
guix install guile-tap@0.5.1
Or install the latest version:
guix install guile-tap
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.