[plt-scheme] Test Cases and errors as expected results

From: Carl Eastlund (cce at ccs.neu.edu)
Date: Tue Jun 27 12:40:32 EDT 2006

On 6/26/06, wooks . <wookiz at hotmail.com> wrote:
>
> Is there a way to ensure that DrScheme continues to execute your test cases
> after it encounters an error. After all it may be the expected result of a
> test in which case it would  make sense to continue execution.

If you're working in the How to Design Programs languages, it doesn't
look like there is.  Even test cases (from the "Special" menu) don't
seem to continue after encountering an error.  The HtDP curriculum
considers error behavior an advanced topic and so ignores it.  For
exercises in those languages you're probably safe just testing
successful results of your programs.

-- 
Carl Eastlund
"Cynical, but technically correct."


Posted on the users mailing list.