1 # LIFT - the LIsp Framework for Testing
5 The LIsp Framework for Testing (LIFT) is a unit and system test tool for LISP.
6 Though inspired by [SUnit][] and [JUnit][], it's built with Lisp in mind.
7 In LIFT, [testcases][] are organized into hierarchical [testsuites][] each of
8 which can have its own [fixture][]. When run, a testcase can succeed, fail,
9 or error. LIFT supports randomized testing, benchmarking, profiling, and reporting.