nealrichardson / httptest2

Utilities for testing R 📦s that use httr2
https://enpiar.com/httptest2/
Other
26 stars 6 forks source link

Use webfakes instead of httpbin.org in test suite #25

Closed nealrichardson closed 1 year ago

nealrichardson commented 1 year ago

httpbin.org has become unusable, but fortunately webfakes includes a server that imitates it well. So we can make HTTP requests (to localhost) to test the "real" requests.

Same issue in httptest as well: https://github.com/nealrichardson/httptest/issues/83