Language

Package: ecl-prove @ 1.0.0-2.5d71f02

Synopsis

Yet another unit testing framework for Common Lisp

Description

This project was originally called cl-test-more. prove is yet another unit testing framework for Common Lisp. The advantages of prove are:

  • Various simple functions for testing and informative error messages

  • ASDF integration

  • Extensible test reporters

  • Colorizes the report if it's available (note for SLIME)

  • Reports test durations

Home page
https://github.com/fukamachi/prove
Location
gnu/packages/lisp-check.scm (line: 646, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

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

Identify input labels that do not match package names

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

Identify input labels that do not match package names

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

Identify input labels that do not match package names

label 'sbcl-cl-ansi-text' does not match package name 'ecl-cl-ansi-text'