Language

Package: cl-hamcrest @ 0.4.4

Synopsis

Make CL unit tests more readable

Description

cl-hamcrest is an implementation of the Hamcrest idea in Common Lisp. It simplifes unit tests and makes them more readable. Hamcrest uses the idea of pattern-matching, to construct matchers from different pieces and to apply them to the data.

Home page
https://40ants.com/cl-hamcrest/
Location
gnu/packages/lisp-check.scm (line: 365, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'sbcl-iterate' does not match package name 'cl-iterate'
input-labels

Identify input labels that do not match package names

label 'sbcl-split-sequence' does not match package name 'cl-split-sequence'
input-labels

Identify input labels that do not match package names

label 'sbcl-cl-ppcre' does not match package name 'cl-ppcre'
input-labels

Identify input labels that do not match package names

label 'sbcl-alexandria' does not match package name 'cl-alexandria'
input-labels

Identify input labels that do not match package names

label 'sbcl-rove' does not match package name 'cl-rove'
input-labels

Identify input labels that do not match package names

label 'sbcl-prove' does not match package name 'cl-prove'