Yet another unit testing framework for Common Lisp
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
Linter | Message | Location |
---|---|---|
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-cl-colors' does not match package name 'cl-colors' | |
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-cl-ansi-text' does not match package name 'cl-ansi-text' | |
derivation Report failure to compile a package to a derivation | failed to create i586-gnu derivation: #<&package-input-error package: #<package nghttp2@1.48.0 gnu/packages/web.scm:7487 7f8ed7409c60> input: ("_" "static")> | |
derivation Report failure to compile a package to a derivation | failed to create i586-gnu derivation: #<&package-input-error package: #<package nghttp2@1.48.0 gnu/packages/web.scm:7487 7fa7aa068c60> input: ("_" "static")> | |
derivation Report failure to compile a package to a derivation | failed to create i586-gnu derivation: #<&package-input-error package: #<package nghttp2@1.48.0 gnu/packages/web.scm:7487 7f5755cb9c60> input: ("_" "static")> | |
derivation Report failure to compile a package to a derivation | failed to create i586-gnu derivation: #<&package-input-error package: #<package nghttp2@1.48.0 gnu/packages/web.scm:7487 7f119da52c60> input: ("_" "static")> |