Simple interactive test framework for Common Lisp
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.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'sbcl-cl-ppcre' does not match package name 'ecl-cl-ppcre' |