-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report bare expectations #498
Conversation
Nice! I wonder if the |
We must not wrap the helpers, but perhaps we can make wrap = TRUE the default. |
a48c064
to
eed96b2
Compare
Second take, now with wrap = TRUE by default and all tests passing. |
🎉 |
LGTM. Could you please merge/rebase? |
e53ab46
to
46f18c8
Compare
46f18c8
to
45d4dc7
Compare
Using Markdown now. |
to avoid nested start_test() and end_test() calls
8287b9b
to
d27477e
Compare
Is this good to merge? |
I think so. |
This makes sure that all testing code is run in a reporter and with the usual testthat condition handling. Fixes #427.
CC @kevinushey.