mattroumaya / surveymonkey

Access your SurveyMonkey data directly from R!
https://mattroumaya.github.io/surveymonkey/
Other
42 stars 10 forks source link

Add unit tests using httptest #100

Closed mattroumaya closed 2 years ago

mattroumaya commented 2 years ago

Added unit tests to bring coverage up. Using {httptest}, stores .json files that replicate the API pull to make sure that all other functions are working as intended.

More robust tests needed, especially to cover other item types.