return values Alex Shinn (04 Feb 2005 01:57 UTC)
Re: return values Per Bothner (08 Feb 2005 01:09 UTC)
Re: return values Alex Shinn (08 Feb 2005 02:20 UTC)

return values Alex Shinn 04 Feb 2005 01:57 UTC

What do the test-* assertions return?  For test cases it can be very
useful to return a boolean value so that additional information can be
displayed when the test fails (or errors) unexpectedly.  The true
values could be just #t or more descriptive symbols like 'pass, 'skip,
'fail, 'error.

--
Alex