You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
register the dependency in DESCRIPTION use_dev_package("testthat") -- it'd have to be removed before submission to CRAN if you intend to do that, so it'd have to be submitted after testthat's next release
replace your own helper with
local_mocked_bindings(
readline = mock_output_sequence("3", "This is a note", "n")
)