descriptionA Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.
homepage URLhttp://www.cliki.net/lisp-unit
repository URLgit://github.com/OdonataResearchLLC/lisp-unit.git
ownerthomas.m.hermann@odonata-research.com
last changeMon, 12 Dec 2011 16:28:43 +0000
last refreshSat, 04 Feb 2012 09:03:54 +0100
Content tags:
Add:
readme
lisp-unit is a Common Lisp library that supports unit testing. It is an extension of the library written by Chris Riesbeck. There is a long history of testing packages in Lisp, usually called "regression" testers. More recent packages in Lisp and other languages have been inspired by JUnit for Java. Documentation is located in the documentation directory.
shortlog
2011-12-12 Thomas M. HermannUpdated the README file. master
2011-12-12 Thomas M. HermannInitial implementation of the internal testing functions. 0.7.0
2011-12-12 Thomas M. HermannConfigure so that the core lisp-unit routines are in...
2011-04-09 Thomas M. HermannMerge branch 'internal-testing' into literal-function-bug
2011-04-09 Thomas M. HermannFirst draft of the literal function bug fix.
2011-04-09 Thomas M. HermannUse MACROEXPAND-1 instead of MACROEXPAND for the intern...
2011-04-09 Thomas M. HermannUpdate copyright and a little formatting.
2011-02-15 Thomas M. HermannInterim fix for the literal function bug.
2011-02-15 Thomas M. HermannFundamental testing of the core assertions in lisp...
2010-09-16 Thomas M. HermannRemoved the sharp-sign quote from the LAMBDA functions.
2010-09-16 Thomas M. HermannAesthetic cleanup, nothing substantial changed.
2010-09-14 Thomas M. HermannUpdated the TODO list.
2010-09-14 Thomas M. HermannCorrected the dependencies for rational.lisp.
2010-09-14 Thomas M. HermannCopyright refresh, mild formatting, and comments.
2010-09-12 Thomas M. HermannA README file for github.
2010-03-08 Thomas M. HermannCorrected the 1.0 = 0.99999 sigfig-equal bug.
...
tags
7 weeks ago 0.7.0 Internal Testing
heads
7 weeks ago master