[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

return values

This page is part of the web mail archives of SRFI 64 from before July 7th, 2015. The new archives for SRFI 64 contain all messages, not just those from before July 7th, 2015.



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