Closed sckott closed 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?
@dpprdan probably we can set to true - having a look
@dpprdan okay, reinstall and try again, default=TRUE now
e.g.,
vcr_configure(..., quiet = TRUE)
would quiet
CrulAdapter enabled
/HttrAdapter enabled
, in webmockrCrulAdapter disabled
/HttrAdapter disabled
, in webmockrejecting casssette
, in vcr