RPresto icon indicating copy to clipboard operation
RPresto copied to clipboard

with_mock() is going away (2)

Open hadley opened this issue 4 months ago • 1 comments

This is a second reminder that with_mock() is going away in the next release of testthat, which I'm aiming to release October 1. The API functions that made it work are being removed in R 4.5.0, so we'd suggest that you switch to with_mocked_bindings()/local_mocked_bindings() instead.

hadley avatar Aug 09 '25 10:08 hadley

FYI I'm scheduling the testthat release for Nov 10.

hadley avatar Sep 29 '25 16:09 hadley

#291 should have fixed the issue by removing the with_mock() dependency. v1.4.8 won't have revdeps breakage.

jarodmeng avatar Nov 07 '25 00:11 jarodmeng