FR: Reporter that prints the location of all expectations #551
Labels
Milestone
Comments
You're thinking of this when you get a segfault in the tests and want to quickly narrow down the code that causes it? |
This, and also if I just set a breakpoint in C++ code and want to find the code that triggers it. |
Awesome, thanks! |
@hadley: Just used it for the first time, works as advertised. I've noticed two things:
|
Probably not - I'd be happy to review a PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Useful to locate test code that triggers a particular line of C++ or R code.
The text was updated successfully, but these errors were encountered: