Open noamross opened 6 years ago
& just started book https://github.com/ropensci/http-testing-book (not to be published, just a book form pile of words)
not to be published
hey, who knows
This is for C++, but covers some of the broad issues. https://github.com/google/googletest/blob/master/googlemock/docs/ForDummies.md
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.