descriptionLIsp Framework for Testing
homepage URLhttp://common-lisp.net/project/lift
repository URLhttps://github.com/gwkkwg/lift.git
ownertrebbu@googlemail.com
last changeWed, 4 Oct 2023 18:51:42 +0000 (4 14:51 -0400)
last refreshThu, 25 Apr 2024 05:18:56 +0000 (25 07:18 +0200)
content tags
add:
README.md

LIFT - the LIsp Framework for Testing

Introduction

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

shortlog
2023-10-04 Hraban LuyatRevert "Update README.md"master
2023-01-11 gwkkwgUpdate README.md
2022-07-18 gwkkwgMerge pull request #8 from Slids/patch-1
2022-07-18 Jon GodboutIgnore defsecs as it's unused8/head
2021-11-26 gwkkwgMerge pull request #7 from svetlyak40wt/fix-error-catch...
2021-11-23 Alexander ArtemenkoFixed WHILE-MEASURING macro for case when CATCH-ERRORS... 7/head
2019-03-26 gwkkwgMerge pull request #6 from kpoeck/master
2019-03-25 Karsten PoeckPort to clasp6/head
2015-10-27 Gary KingUpdate feature test for ACL version
2015-10-25 Gary KingTweak eval-when for ANSI compliance
2015-10-25 gwkkwgCreate README.md
2015-10-25 Gary KingMerge remote-tracking branch 'figit/v6.0'
2015-10-06 Gary KingWarn on invalid option name in lift:addtest
2015-08-08 Gary Kingbug23371: (LIFT) inconsistent run of dependent tests
2015-05-07 Gabor Melisdon't break on test redefinition
2015-05-06 Gary King(test only) Update LIFT for 10.0
...
heads
6 months ago master
8 years ago merge