-
Notifications
You must be signed in to change notification settings - Fork 12
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
vcr_configure: new param to quiet all messages #226
Milestone
Comments
sckott
added a commit
that referenced
this issue
Mar 5, 2021
can only set quiet param now from vcr_configure() bump dev version
@sckott since testthat 3e does not suppress messages anymore, would it be a good idea to automatically set |
@dpprdan probably we can set to true - having a look |
@dpprdan okay, reinstall and try again, default=TRUE now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g.,
vcr_configure(..., quiet = TRUE)
would quiet
CrulAdapter enabled
/HttrAdapter enabled
, in webmockrCrulAdapter disabled
/HttrAdapter disabled
, in webmockrejecting casssette
, in vcrThe text was updated successfully, but these errors were encountered: