testing
httptest 3.2.0 Released
This 'httptest' release includes several enhancements suggested by users, particularly around improving the experience in interactive sessions.
httptest 2.3.2 Released
The latest 'httptest' 📦 release provides tools for automatically redacting sensitive information from your test fixtures so that you never accidentally publish your auth tokens. It also includes a number of smaller fixes and enhancements based on user suggestions.
7 Hard Testing Problems Made Easy By httptest
Testing code that communicates with remote APIs can be challenging, but it doesn't have to be. The 'httptest' package for R makes testing HTTP code simple. Here are some examples of scenarios that are easily testable using httptest.