-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Description
In ?expect, we see:
Lines 32 to 33 in 30f5b11
| \code{trace_env}. You'll generally only need to set this if you're wrapping | |
| an expectation inside another function.} |
That's exactly the situation I'm in -- trying to understand why some tests do, some tests don't give a good $trace in the error report. It looks like it's down to my use of expect() inside another function (expect_lint()).
But there's no hint on how to proceed here -- the page also exhorts us to "See vignette("custom-expectation") for details.", but the supplied vignette does not cover this topic at all: