ropensci / unconf18

http://unconf18.ropensci.org/
44 stars 4 forks source link

Review of literature for API mocking and testing #39

Open noamross opened 6 years ago

noamross commented 6 years ago

A pretty frequent topic of conversation in rOpenSci circle is approaches to testing packages that call Web APIs. I think this topic could use a "review of literature" - a systematic look at the different packages for this in the ecosystem, how their interfaces differ, the advantages and disadvantages of each, missing functionalities to be developed, and best practices/design patterns for testing packages.

Outputs for this might just be a blog post or vignette, or a series of issues and PRs across the package ecosystem.

Notably @sckott is nearing release of vcr, it could host the vignette and this review might be good for making sure it covers the use-cases that we explore.

sckott commented 6 years ago

& just started book https://github.com/ropensci/http-testing-book (not to be published, just a book form pile of words)

maelle commented 6 years ago

not to be published

hey, who knows

michaelquinn32 commented 6 years ago

This is for C++, but covers some of the broad issues. https://github.com/google/googletest/blob/master/googlemock/docs/ForDummies.md