From: Jimka
Subject: HEUTE 1.0 released
Date: 
Message-ID: <1136558127.887671.216700@g44g2000cwa.googlegroups.com>
I'm releasing version 1.0 of HEUTE.

http://www.rdrop.com/users/jimka/lisp/heute/heute.html

HEUTE - Hierarchical Extensible Unit Testing Environment for Common
LISP
Version 1.0

HEUTE is a Common LISP implementation of a UNIT TESTING framework
implementing a hierarchical approach to unit testing. The concept
allows you to define simple tests, or suites of tests. Each test suite
corresponds to one CLOS class, and subclasses form sub-suites.
Sub-suites must pass to consider parent-suites as passing.

Anyone who would like to take a look at it or try it out and give me
feedback
is welcome and invited to.

share and enjoy
-jimka
From: Marc Battyani
Subject: Re: HEUTE 1.0 released
Date: 
Message-ID: <qZidndnJCdifHSLeRVnyjw@giganews.com>
"Jimka" <·····@rdrop.com> wrote

> I'm releasing version 1.0 of HEUTE.
>
> http://www.rdrop.com/users/jimka/lisp/heute/heute.html
>
> HEUTE - Hierarchical Extensible Unit Testing Environment for Common
> LISP
> Version 1.0
>
> HEUTE is a Common LISP implementation of a UNIT TESTING framework
> implementing a hierarchical approach to unit testing. The concept
> allows you to define simple tests, or suites of tests. Each test suite
> corresponds to one CLOS class, and subclasses form sub-suites.
> Sub-suites must pass to consider parent-suites as passing.
>
> Anyone who would like to take a look at it or try it out and give me
> feedback is welcome and invited to.
>
> share and enjoy

Cool.

I've just added a "Unit Testing" tag under "Utilities" in the Common Lisp Directory to
collect this kind of stuff:
http://www.cl-user.net/asp/sdataWwAvDQ3qRGpX8yBX8yBXnMq=/b

Marc