Path to this page:
Subject: CVS commit: pkgsrc/devel/R-mockery
From: Makoto Fujiwara
Date: 2020-01-13 10:17:00
Message id: 20200113091700.4BC38FBF4@cvs.NetBSD.org
Log Message:
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.
Files: