]> git.ipfire.org Git - thirdparty/httpx.git/commit
Increased test coverage & cleanup (#1003)
authorJosep Cugat <jcugat@gmail.com>
Sat, 30 May 2020 21:22:03 +0000 (23:22 +0200)
committerGitHub <noreply@github.com>
Sat, 30 May 2020 21:22:03 +0000 (23:22 +0200)
commit8c84210555294ce10c681edae2df71627095a4e9
treeed5c5fc421e4898913de0ce4a23bc6a165773375
parent89a8100b6c1f2cf97f16bd7d3594211be88fbc93
Increased test coverage & cleanup (#1003)

* Remove unused/untested headers copy() method

Last usage was removed in #804

* Remove unused premature_close server endpoint

Last usage was removed in #804

* Increased test coverage

* Revert removal of headers copy() method

Documented and added tests for it.

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
docs/api.md
tests/client/test_async_client.py
tests/client/test_client.py
tests/client/test_proxies.py
tests/conftest.py
tests/models/test_headers.py
tests/models/test_url.py