Test Framework for Common Lisp
LISP-UNIT2 is a Common Lisp library that supports unit testing in the style of JUnit for Java. It is a new version of the lisp-unit library written by Chris Riesbeck.
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-interpol' does not match package name 'cl-interpol' | |
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-symbol-munger' does not match package name 'cl-symbol-munger' |