ropensci / vcr

Record and replay HTTP requests
https://docs.ropensci.org/vcr
Other
77 stars 12 forks source link

vcr_configure: new param to quiet all messages #226

Closed sckott closed 3 years ago

sckott commented 3 years ago

e.g., vcr_configure(..., quiet = TRUE)

would quiet

dpprdan commented 3 years ago

@sckott since testthat 3e does not suppress messages anymore, would it be a good idea to automatically set quiet = TRUE (or otherwise suppress vcr messages) if run with testthat 3e? Maybe testthat sets an appropriate envvar?

sckott commented 3 years ago

@dpprdan probably we can set to true - having a look

sckott commented 3 years ago

@dpprdan okay, reinstall and try again, default=TRUE now