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 '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' |