| 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 | Sat, 27 Apr 2013 22:13:28 +0000 |
| last refresh | Sun, 19 May 2013 17:09:31 +0200 |
| 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.