From 22bf84f12a97d3be284c47a46bc69a18015f18e7 Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Mon, 9 Mar 2009 21:46:34 -0500 Subject: [PATCH] Added a reference in the documentation to the original lisp-unit. --- documentation/lisp-unit.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/documentation/lisp-unit.html b/documentation/lisp-unit.html index 31be9cc..44b6be1 100644 --- a/documentation/lisp-unit.html +++ b/documentation/lisp-unit.html @@ -7,12 +7,14 @@ -

lisp-unit is a Common Lisp library that supports unit testing. -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. For more information on both unit testing and JUnit, visit -www.junit.org.

+

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. For more information on both unit testing and JUnit, visit www.junit.org.

This page has two parts:

-- 2.11.4.GIT