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
Instead, we should add mocking to run these tests to make sure we don't break get_survey(). Mocked resources should still be regularly updated to detect possible changes on zenodo's end.
Currently,
get_survey()
tests are skipped on CRAN and on CI, which means they might rarely run and issues could easily go unseen.socialmixr/tests/testthat/test-surveys.r
Lines 4 to 6 in fa4d164
Instead, we should add mocking to run these tests to make sure we don't break
get_survey()
. Mocked resources should still be regularly updated to detect possible changes on zenodo's end.Useful resource: https://books.ropensci.org/http-testing/
The text was updated successfully, but these errors were encountered: