rackunit icon indicating copy to clipboard operation
rackunit copied to clipboard

Show entire error message

Open rfindler opened this issue 1 year ago • 1 comments

This is intended to improve the error messages when rackunit catches an exception and decides that a test failed because of the caught exception.

Before this commit, rackunit would show only the basic message in the exception. Afterwards, it uses the error display handler, which can include a bunch more useful information (notably stack traces and information about syntax errors)

rfindler avatar Jul 15 '24 16:07 rfindler

I see that this is causing some test cases to fail, probably because they're checking the precise content of the error messages so probably the expected results need to be audited and adjusted.

rfindler avatar Aug 22 '24 13:08 rfindler