Next: , Previous: , Up: Common Lisp Testing   [Contents][Index]


9.4 Prove

Yet another unit testing framework for Common Lisp by Eitaro Fukamachi.

(This project was originally called ‘CL-TEST-MORE’.)

The advantages of ’prove’ are:

You can install ’prove’ via Quicklisp.

(ql:quickload :prove)

See SLIME Colors for Testing using Prove to add colored output in SLIME when using Prove.