NEWS.md
Trigger run (#35).
ci: Trigger run
ci: Latest changes
Use pkgdown branch (#34).
ci: Use pkgdown branch
ci: Updates from duckdb
ci: Trigger run
Install via R CMD INSTALL ., not pak (#33).
ci: Install via R CMD INSTALL ., not pak
ci: Bump version of upload-artifact action
Auto-update from GitHub Actions.
Run: https://github.com/krlmlr/mockr/actions/runs/10425483613
Auto-update from GitHub Actions.
Run: https://github.com/krlmlr/mockr/actions/runs/10200110623
Auto-update from GitHub Actions.
Run: https://github.com/krlmlr/mockr/actions/runs/9727974092
Auto-update from GitHub Actions.
Run: https://github.com/krlmlr/mockr/actions/runs/9691618001
.onLoad()
when testing interactively (#29)..onLoad()
when testing interactively (#29).with_mock()
now requires braces (so that error locations can be reported more accurately) and supports only one expression (#15).local_mock()
(#6).with_mock()
works when running a testthat::test_that()
block interactively (#7).get_mock_env()
to make the mocking environment explicit (#7).Initial CRAN release.
with_mock()
modeled closely after testthat::with_mock()
, can only mock in the package under test but avoids fiddling with R’s internals.
.env
argument now can be a character, but using this argument may lead to different results than testthat::with_mock()
.