Skip to content
Snippets Groups Projects
  • Will McCutchen's avatar
    443eb15a
    Always consume body in tests (#133) · 443eb15a
    Will McCutchen authored
    A set of test suite improvements following up on #131:
    - Make sure we always fully consume and close response bodies, to allow
    the shared HTTP client to reuse connections to the local test server
    whenever possible
    - Make order of arguments to equality assertions consistent, so failed
    test output makes sense
    443eb15a
    History
    Always consume body in tests (#133)
    Will McCutchen authored
    A set of test suite improvements following up on #131:
    - Make sure we always fully consume and close response bodies, to allow
    the shared HTTP client to reuse connections to the local test server
    whenever possible
    - Make order of arguments to equality assertions consistent, so failed
    test output makes sense