./devel/R-mockr, Mocking in R

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.1, Package name: R-mockr-0.2.1, Maintainer: pkgsrc-users

Provides a means to mock a package function, i.e., temporarily
substitute it for testing. Designed as a drop-in replacement for the
now deprecated 'testthat::with_mock()' and 'testthat::local_mock()'.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2023-03-11 12:29:06 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-mockr) Updated 0.2.0 to 0.2.1

# mockr 0.2.1 (2023-01-30)

## Bug fixes

- More careful querying of functions to be mocked, to avoid errors for \ 
`.onLoad()` when testing interactively (#29).

## Chore

- Change maintainer e-mail address.
   2022-04-30 07:19:03 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/R-mockr) import R-mockr-0.2.0

Provides a means to mock a package function, i.e., temporarily
substitute it for testing. Designed as a drop-in replacement for the
now deprecated 'testthat::with_mock()' and 'testthat::local_mock()'.