You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think most of the time the part of the trace from utest itself (utest.asserts.Assert) and the scala library (scala.*) aren't useful.
Would the project maintainers welcome a pull request that added a feature where the user could provide a function to filter the stack trace? It would probably be modelled on exceptionStackFrameHighlighter with exceptionIncludeStackTraceElement(s:StackTraceElement):Boolean = true as the default.
The text was updated successfully, but these errors were encountered:
Here are some example stack traces in utest output:
I think most of the time the part of the trace from utest itself (
utest.asserts.Assert
) and the scala library (scala.*
) aren't useful.Would the project maintainers welcome a pull request that added a feature where the user could provide a function to filter the stack trace? It would probably be modelled on
exceptionStackFrameHighlighter
withexceptionIncludeStackTraceElement(s:StackTraceElement):Boolean = true
as the default.The text was updated successfully, but these errors were encountered: