Use TEST instead of TEST_UNSAFE in discrete

Issue #55 new
Richard Roberts created an issue

Hi Duy, there are several uses of TEST_UNSAFE in discrete. Can you check whether these are better off using TEST and if so, change them?

The difference is that TEST traps and counts exceptions as test failures, whereas TEST_UNSAFE does not catch exceptions and thus causes the unit test to crash if there is one.

Comments (0)

  1. Log in to comment