Language

Package: cl-kaputt @ 0.0.0-1.f26c9b0

Synopsis

Simple interactive test framework for Common Lisp

Description

KAPUTT is a test framework for Common Lisp that focuses on the following features:

  • KAPUTT is simple, it only defines three abstractions testcase, assertion and protocol and does not add any artefact on the backtrace when errors occur.

  • KAPUTT is extensible, it is possible to add problem-specific assertions to make test code more informative.

  • KAPUTT fits well interactive development.

Home page
https://github.com/foretspaisibles/cl-kaputt
Location
gnu/packages/lisp-check.scm (line: 435, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

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