@ahopkins wrote:
I did want to talk with you about one item. I’m not at my computer so it’d be hard to explain fully without code.
In short, the Sanic test client is setup to retrieve both the request and response as a tuple. To achieve this, I am overwriting the
ASGIAdapter.send
method in requests-async Which is rather lengthy. I was thinking of submitting a PR to refactor it a little so my override is smaller. I’ll post a snippet later, and push my commit to your PR.