- Remove some tests: due to an internal change in jsonlite, this is no longer a useful example.
- Bugfix.
- Fix return objects with length > 1
- Fix mocking imported functions
- CRAN re-submission now with minor fix of hard-coding base pkg names as
returned by
tools:::.get_standard_package_names()$base
instead of callingutils::installed.packages()
.
- save multiple calls and associated args
- CRAN re-submission now with
mocktest
tests being dependent on availability ofmocktest
- add
arg
argument tomock_args()
- add
local_mock()
and arg/call caching
- Submitted to CRAN
- Added a
NEWS.md
file to track changes to the package.