nealrichardson / httptest

A Test Environment for HTTP Requests in R
https://enpiar.com/r/httptest/
Other
79 stars 10 forks source link

Use webfakes for httpbin tests #83

Open nealrichardson opened 1 year ago

nealrichardson commented 1 year ago

There are a few tests that confirm the package behavior with real network requests to httpbin.org, which seems to have gotten slow and flaky. webfakes::httpbin_app() may be able to stand in for that.