You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce the number of API calls during testing of non-mutating interactions and enable periodic update of mocking as needed
Run vignettes using mocking to avoid authentication and the need to keep resources online making them easier to maintain as the R package changes
Enabling the tests to run in CRAN so that the package can be submitted to CRAN. Alternatively we could disable testing in CRAN for tests that use the API/internet.
Potentially use also in the Roxygen examples
The space has grown considerably with the following useful packages:
API mocking would be useful for the following:
The space has grown considerably with the following useful packages:
This is a good introduction to API mocking in R: https://books.ropensci.org/http-testing/index.html
The text was updated successfully, but these errors were encountered: