Extensible and cross-compatible testing framework for Common Lisp
Parachute is a simple-to-use and extensible testing framework. In Parachute, things are organised as a bunch of named tests within a package. Each test can contain a bunch of test forms that make up its body.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'sbcl-documentation-utils' does not match package name 'ecl-documentation-utils' | |
input-labels Identify input labels that do not match package names | label 'sbcl-form-fiddle' does not match package name 'ecl-form-fiddle' | |
input-labels Identify input labels that do not match package names | label 'sbcl-trivial-custom-debugger' does not match package name 'ecl-trivial-custom-debugger' |