Req v0.5 released
- Wojtek Mach
- May 28th, 2024
- req, http client, tests
Req v0.5 is out with testing enhancements, standardized errors, response streaming additions and other improvements.
Req v0.5 is out with testing enhancements, standardized errors, response streaming additions and other improvements.
A guide through different testing approaches with Req-based API clients.
Let's discuss the --warnings-as-errors option, how we can use it during compilation and tests, and finally our recommendations for using it in CI.
Our test tools often make it very easy to abuse mocks. This post provides some guidelines on using them properly by relying on explicit contracts.