Releases: steinfletcher/apitest
Releases · steinfletcher/apitest
v1.4.14
Add convenience methods that support formatting URLs and body (#100)
v1.4.13: Revert "Support template parameters when building request URLs (#99)"
This reverts commit 527875962cdc4946c11d0089bd07e70c581d8cba.
v1.4.11
Force timeout errors on mocks (#95)
v1.4.10
Add helpers to simplify making graphql requests (#94)
v1.4.9
Expose unmatched mocks in test result (#90)
v1.4.8
Remove unnecessary error envelope in test output when custom asserts …
v1.4.7: copy http request body when networking is enabled (#80)
Co-authored-by: Jessica Bellon <[email protected]>
v1.4.6
Add basic auth mock matcher
v1.4.5
Add HandlerFunc method
v1.4.4: Populate response.Request on mocks to mimic http.Transport roundTrip
populate res.Request on mocks (#73)