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
I got momentarily confused using with_mocked_bindings() because I'm used to using withr, where the with_* functions have the temporary state as the first argument, and the code= as the second argument. withr also usually makes new= its own argument rather than using the dots. I don't know if it's worth harmonising with_mocked_bindings() with that pattern?
The text was updated successfully, but these errors were encountered:
I got momentarily confused using
with_mocked_bindings()
because I'm used to using withr, where thewith_*
functions have the temporary state as the first argument, and thecode=
as the second argument. withr also usually makesnew=
its own argument rather than using the dots. I don't know if it's worth harmonisingwith_mocked_bindings()
with that pattern?The text was updated successfully, but these errors were encountered: