]> git.ipfire.org Git - thirdparty/httpx.git/commit
Rejig test and tighten up models API
authorTom Christie <tom@tomchristie.com>
Tue, 30 Apr 2019 12:52:37 +0000 (13:52 +0100)
committerTom Christie <tom@tomchristie.com>
Tue, 30 Apr 2019 12:52:37 +0000 (13:52 +0100)
commitdea4d42c6d9bb092fac705b712039de7c27d57f7
tree67a910438797861530c797f9e841527fe434f275
parent4d908d024f72cc4df5d163b55d801792f5a16529
Rejig test and tighten up models API
httpcore/exceptions.py
httpcore/models.py
httpcore/utils.py
tests/dispatch/test_connection_pools.py [moved from tests/test_connection_pools.py with 100% similarity]
tests/dispatch/test_connections.py [moved from tests/test_connections.py with 100% similarity]
tests/dispatch/test_http2.py [moved from tests/test_http2.py with 100% similarity]
tests/models/test_headers.py [new file with mode: 0644]
tests/models/test_requests.py [moved from tests/test_requests.py with 100% similarity]
tests/models/test_responses.py [moved from tests/test_responses.py with 100% similarity]
tests/test_client.py [moved from tests/test_api.py with 100% similarity]
tests/test_decoders.py [moved from tests/test_decoding.py with 100% similarity]