Commit graph

5 commits

Author SHA1 Message Date
mef
1638d1e865 (devel/R-mockery) Updated 0.4.2 to 0.4.3
# mockery 0.4.3

* Hadley Wickham is now the maintainer.

* `stub()` now unlocks/relocks locked bindings as required
 (@sambrightman, #30).
2022-04-29 04:18:39 +00:00
nia
f27e22519a archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-26 10:13:59 +00:00
nia
2da474aec0 devel: Remove SHA1 hashes for distfiles 2021-10-07 13:38:55 +00:00
mef
245e91a247 (devel/R-mockery) Add 2 lines for TEST_DEPENDS+= 2021-08-24 11:09:50 +00:00
mef
298e82f9ca devel/R-mockery: import R-mockery-0.4.2
The two main functionalities of this package are creating mock objects
(functions) and selectively intercepting calls to a given function
that originate in some other function. It can be used with any testing
framework available for R. Mock objects can be injected with either
this package's own stub() function or a similar with_mock() facility
present in the 'testthat' package.
2020-01-13 09:17:00 +00:00