Revert "Update README.md"
[lift.git] / README.md
blobc689aa895ca9ae3adc11ef208f0501a16cd60185
1 # LIFT - the LIsp Framework for Testing
3 ## Introduction
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.