All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
--verbose
flag displays all the output to the console
carFixture.MustGetChildren
- Gateway backend timeout test for entity-bytes from IPIP-402. Issue.
- Renamed methods using
Children
intoDescendants
when relevant - CAR tests no longer check for the roots. See discussion in IPIP-402.
Fmt
a string interpolation that replaces golang's and works better with HTML entities, and HTTP headers and URLs.- Support for calling multiple requests in a single test case and comparing their payloads.
Path(url)
does not add a leading/
to the URL anymore.- Do not follow redirects by default anymore, remove
DoNotFollowRedirect
and addFollowRedirect
. Body
check is running in its own test. #67
- Body check for subdomain redirection
- v0 of the Gateway Conformance test suite