Program logic bugs vs input/environmental errors
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Tue Oct 14 23:23:38 PDT 2014
On 2014-10-15 07:57, Walter Bright wrote:
> Why do you need non-fatal unittests?
I don't know if this would cause problems with the current approach. But
most unit test frameworks don't NOT stop on the first failure, like D
does. It catches the exception, continues with the next test and in the
end prints a final report.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list