]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add tests for additional HTTP methods on async client 56/head
authorYeray Diaz Diaz <yeraydiazdiaz@gmail.com>
Mon, 13 May 2019 20:01:13 +0000 (21:01 +0100)
committerYeray Diaz Diaz <yeraydiazdiaz@gmail.com>
Mon, 13 May 2019 20:01:13 +0000 (21:01 +0100)
commitfe5a3b875b6f10a2f7769c791c8a85ba1ed18b8b
tree2232fb76c63c01acd71ad35085cbf415b91fb753
parente46ee49974645ed911c38d51ee214feec514c62d
Add tests for additional HTTP methods on async client

Add tests for raise_for_status and SyncResponse properties
httpcore/models.py
tests/client/test_async_client.py
tests/client/test_client.py