| description | A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind. |
| homepage URL | http://www.cliki.net/lisp-unit |
| repository URL | git://github.com/OdonataResearchLLC/lisp-unit.git |
| owner | thomas.m.hermann@odonata-research.com |
| last change | Mon, 12 Dec 2011 16:28:43 +0000 |
| last refresh | Sat, 04 Feb 2012 09:03:54 +0100 |
| mirror URL | git://repo.or.cz/lisp-unit.git |
| http://repo.or.cz/r/lisp-unit.git |
Content tags:
|
|
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.