============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 1300 items tests/client/test_async_client.py::test_get[asyncio] PASSED tests/client/test_async_client.py::test_get_invalid_url[asyncio-scheme-not-http(s)] PASSED tests/client/test_async_client.py::test_get_invalid_url[asyncio-no-scheme] PASSED tests/client/test_async_client.py::test_get_invalid_url[asyncio-no-host] PASSED tests/client/test_async_client.py::test_build_request[asyncio] PASSED tests/client/test_async_client.py::test_post[asyncio] PASSED tests/client/test_async_client.py::test_post_json[asyncio] PASSED tests/client/test_async_client.py::test_stream_response[asyncio] PASSED tests/client/test_async_client.py::test_access_content_stream_response[asyncio] PASSED tests/client/test_async_client.py::test_stream_request[asyncio] PASSED tests/client/test_async_client.py::test_cannot_stream_sync_request[asyncio] PASSED tests/client/test_async_client.py::test_raise_for_status[asyncio] PASSED tests/client/test_async_client.py::test_options[asyncio] PASSED tests/client/test_async_client.py::test_head[asyncio] PASSED tests/client/test_async_client.py::test_put[asyncio] PASSED tests/client/test_async_client.py::test_patch[asyncio] PASSED tests/client/test_async_client.py::test_delete[asyncio] PASSED tests/client/test_async_client.py::test_100_continue[asyncio] PASSED tests/client/test_async_client.py::test_context_managed_transport[asyncio] PASSED tests/client/test_async_client.py::test_context_managed_transport_and_mount[asyncio] PASSED tests/client/test_async_client.py::test_client_closed_state_using_implicit_open[asyncio] PASSED tests/client/test_async_client.py::test_client_closed_state_using_with_block[asyncio] PASSED tests/client/test_async_client.py::test_mounted_transport[asyncio] PASSED tests/client/test_async_client.py::test_async_mock_transport[asyncio] PASSED tests/client/test_async_client.py::test_cancellation_during_stream[asyncio] PASSED tests/client/test_async_client.py::test_server_extensions[asyncio] PASSED tests/client/test_auth.py::test_basic_auth[asyncio] PASSED tests/client/test_auth.py::test_basic_auth_with_stream[asyncio] PASSED tests/client/test_auth.py::test_basic_auth_in_url[asyncio] PASSED tests/client/test_auth.py::test_basic_auth_on_session[asyncio] PASSED tests/client/test_auth.py::test_custom_auth[asyncio] PASSED tests/client/test_auth.py::test_auth_disable_per_request[asyncio] PASSED tests/client/test_auth.py::test_auth_hidden_header[asyncio] PASSED tests/client/test_auth.py::test_auth_property[asyncio] PASSED tests/client/test_auth.py::test_auth_invalid_type[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_returns_no_auth_if_no_digest_header_in_response[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_200_response_including_digest_auth_header[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_401_response_without_digest_auth_header[asyncio] PASSED tests/client/test_auth.py::test_digest_auth[asyncio-MD5-64-32] PASSED tests/client/test_auth.py::test_digest_auth[asyncio-MD5-SESS-64-32] PASSED tests/client/test_auth.py::test_digest_auth[asyncio-SHA-64-40] PASSED tests/client/test_auth.py::test_digest_auth[asyncio-SHA-SESS-64-40] PASSED tests/client/test_auth.py::test_digest_auth[asyncio-SHA-256-64-64] PASSED tests/client/test_auth.py::test_digest_auth[asyncio-SHA-256-SESS-64-64] PASSED tests/client/test_auth.py::test_digest_auth[asyncio-SHA-512-64-128] PASSED tests/client/test_auth.py::test_digest_auth[asyncio-SHA-512-SESS-64-128] PASSED tests/client/test_auth.py::test_digest_auth_no_specified_qop[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_qop_including_spaces_and_auth_returns_auth[asyncio-auth, auth-int] PASSED tests/client/test_auth.py::test_digest_auth_qop_including_spaces_and_auth_returns_auth[asyncio-auth,auth-int] PASSED tests/client/test_auth.py::test_digest_auth_qop_including_spaces_and_auth_returns_auth[asyncio-unknown,auth] PASSED tests/client/test_auth.py::test_digest_auth_qop_auth_int_not_implemented[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_qop_must_be_auth_or_auth_int[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_incorrect_credentials[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_reuses_challenge[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_resets_nonce_count_after_401[asyncio] PASSED tests/client/test_auth.py::test_async_digest_auth_raises_protocol_error_on_malformed_header[asyncio-Digest realm="httpx@example.org", qop="auth"] PASSED tests/client/test_auth.py::test_async_digest_auth_raises_protocol_error_on_malformed_header[asyncio-Digest realm="httpx@example.org", qop="auth,au] PASSED tests/client/test_auth.py::test_async_auth_history[asyncio] PASSED tests/client/test_auth.py::test_digest_auth_unavailable_streaming_body[asyncio] PASSED tests/client/test_auth.py::test_async_auth_reads_response_body[asyncio] PASSED tests/client/test_auth.py::test_async_auth[asyncio] PASSED tests/client/test_auth.py::test_netrc_auth_credentials_exist PASSED tests/client/test_auth.py::test_netrc_auth_credentials_do_not_exist PASSED tests/client/test_auth.py::test_netrc_auth_nopassword SKIPPED (netrc...) tests/client/test_auth.py::test_netrc_auth_nopassword_parse_error PASSED tests/client/test_auth.py::test_auth_hidden_url PASSED tests/client/test_auth.py::test_digest_auth_returns_no_auth_if_alternate_auth_scheme PASSED tests/client/test_auth.py::test_sync_digest_auth_raises_protocol_error_on_malformed_header[Digest realm="httpx@example.org", qop="auth"] PASSED tests/client/test_auth.py::test_sync_digest_auth_raises_protocol_error_on_malformed_header[Digest realm="httpx@example.org", qop="auth,au] PASSED tests/client/test_auth.py::test_sync_auth_history PASSED tests/client/test_auth.py::test_sync_auth_reads_response_body PASSED tests/client/test_auth.py::test_sync_auth PASSED tests/client/test_client.py::test_get PASSED tests/client/test_client.py::test_get_invalid_url[scheme-not-http(s)] PASSED tests/client/test_client.py::test_get_invalid_url[no-scheme] PASSED tests/client/test_client.py::test_get_invalid_url[no-host] PASSED tests/client/test_client.py::test_build_request PASSED tests/client/test_client.py::test_build_post_request PASSED tests/client/test_client.py::test_post PASSED tests/client/test_client.py::test_post_json PASSED tests/client/test_client.py::test_stream_response PASSED tests/client/test_client.py::test_stream_iterator PASSED tests/client/test_client.py::test_raw_iterator PASSED tests/client/test_client.py::test_cannot_stream_async_request PASSED tests/client/test_client.py::test_raise_for_status PASSED tests/client/test_client.py::test_options PASSED tests/client/test_client.py::test_head PASSED tests/client/test_client.py::test_put PASSED tests/client/test_client.py::test_patch PASSED tests/client/test_client.py::test_delete PASSED tests/client/test_client.py::test_base_url PASSED tests/client/test_client.py::test_merge_absolute_url PASSED tests/client/test_client.py::test_merge_relative_url PASSED tests/client/test_client.py::test_merge_relative_url_with_path PASSED tests/client/test_client.py::test_merge_relative_url_with_dotted_path PASSED tests/client/test_client.py::test_merge_relative_url_with_path_including_colon PASSED tests/client/test_client.py::test_merge_relative_url_with_encoded_slashes PASSED tests/client/test_client.py::test_context_managed_transport PASSED tests/client/test_client.py::test_context_managed_transport_and_mount PASSED tests/client/test_client.py::test_client_closed_state_using_implicit_open PASSED tests/client/test_client.py::test_client_closed_state_using_with_block PASSED tests/client/test_client.py::test_raw_client_header PASSED tests/client/test_client.py::test_mounted_transport PASSED tests/client/test_client.py::test_all_mounted_transport PASSED tests/client/test_client.py::test_server_extensions PASSED tests/client/test_client.py::test_client_decode_text_using_autodetect PASSED tests/client/test_client.py::test_client_decode_text_using_explicit_encoding PASSED tests/client/test_cookies.py::test_set_cookie PASSED tests/client/test_cookies.py::test_set_per_request_cookie_is_deprecated PASSED tests/client/test_cookies.py::test_set_cookie_with_cookiejar PASSED tests/client/test_cookies.py::test_setting_client_cookies_to_cookiejar PASSED tests/client/test_cookies.py::test_set_cookie_with_cookies_model PASSED tests/client/test_cookies.py::test_get_cookie PASSED tests/client/test_cookies.py::test_cookie_persistence PASSED tests/client/test_event_hooks.py::test_event_hooks PASSED tests/client/test_event_hooks.py::test_event_hooks_raising_exception PASSED tests/client/test_event_hooks.py::test_async_event_hooks[asyncio] PASSED tests/client/test_event_hooks.py::test_async_event_hooks_raising_exception[asyncio] PASSED tests/client/test_event_hooks.py::test_async_event_hooks_with_redirect[asyncio] PASSED tests/client/test_event_hooks.py::test_event_hooks_with_redirect PASSED tests/client/test_headers.py::test_client_header PASSED tests/client/test_headers.py::test_header_merge PASSED tests/client/test_headers.py::test_header_merge_conflicting_headers PASSED tests/client/test_headers.py::test_header_update PASSED tests/client/test_headers.py::test_header_repeated_items PASSED tests/client/test_headers.py::test_header_repeated_multi_items PASSED tests/client/test_headers.py::test_remove_default_header PASSED tests/client/test_headers.py::test_header_does_not_exist PASSED tests/client/test_headers.py::test_host_with_auth_and_port_in_url PASSED tests/client/test_headers.py::test_host_with_non_default_port_in_url PASSED tests/client/test_headers.py::test_request_auto_headers PASSED tests/client/test_properties.py::test_client_base_url PASSED tests/client/test_properties.py::test_client_base_url_without_trailing_slash PASSED tests/client/test_properties.py::test_client_base_url_with_trailing_slash PASSED tests/client/test_properties.py::test_client_headers PASSED tests/client/test_properties.py::test_client_cookies PASSED tests/client/test_properties.py::test_client_timeout PASSED tests/client/test_properties.py::test_client_event_hooks PASSED tests/client/test_properties.py::test_client_trust_env PASSED tests/client/test_proxies.py::test_proxies_parameter[http://127.0.0.1-expected_proxies0] PASSED tests/client/test_proxies.py::test_proxies_parameter[proxies1-expected_proxies1] PASSED tests/client/test_proxies.py::test_proxies_parameter[proxies2-expected_proxies2] PASSED tests/client/test_proxies.py::test_proxies_parameter[proxies3-expected_proxies3] PASSED tests/client/test_proxies.py::test_proxies_parameter[proxies4-expected_proxies4] PASSED tests/client/test_proxies.py::test_socks_proxy_deprecated PASSED tests/client/test_proxies.py::test_socks_proxy PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-None-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies1-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies2-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies3-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies4-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[https://example.com-proxies5-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies6-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://www.example.com-proxies7-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies8-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://www.example.com-proxies9-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies10-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://www.example.com-proxies11-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://wwwexample.com-proxies12-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com:443-proxies13-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies14-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies15-None] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies16-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies17-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies18-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies19-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com:8080-proxies20-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com:8080-proxies21-http://[::1]] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies22-http://[::1]:4] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies23-http://[::1]:3] PASSED tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies24-http://[::1]:2] PASSED tests/client/test_proxies.py::test_async_proxy_close[asyncio] PASSED tests/client/test_proxies.py::test_sync_proxy_close PASSED tests/client/test_proxies.py::test_unsupported_proxy_scheme_deprecated PASSED tests/client/test_proxies.py::test_unsupported_proxy_scheme PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://google.com-env0-None] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://google.com-env1-http://example.com] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://google.com-env2-http://example.com] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://google.com-env3-None] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://127.0.0.1-env4-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://127.0.0.1-env5-None] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://127.0.0.1-env6-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://127.0.0.1-env7-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-http://courses.mit.edu-env8-None] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-https://mit.edu.info-env9-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-https://mit.edu.info-env10-None] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-https://mit.edu.info-env11-None] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-https://mit.edu.info-env12-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-https://foo.example.com-env13-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-https://www.example1.com-env14-None] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-https://www.example2.com-env15-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[Client-https://www.example3.com-env16-None] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://google.com-env0-None] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://google.com-env1-http://example.com] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://google.com-env2-http://example.com] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://google.com-env3-None] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://127.0.0.1-env4-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://127.0.0.1-env5-None] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://127.0.0.1-env6-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://127.0.0.1-env7-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://courses.mit.edu-env8-None] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://mit.edu.info-env9-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://mit.edu.info-env10-None] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://mit.edu.info-env11-None] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://mit.edu.info-env12-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://foo.example.com-env13-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://www.example1.com-env14-None] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://www.example2.com-env15-http://localhost:123] PASSED tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://www.example3.com-env16-None] PASSED tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies0-False] PASSED tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies1-False] PASSED tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies2-False] PASSED tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies3-True] PASSED tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies4-True] PASSED tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies5-True] PASSED tests/client/test_proxies.py::test_proxy_and_proxies_together PASSED tests/client/test_proxies.py::test_proxy_with_mounts PASSED tests/client/test_queryparams.py::test_client_queryparams PASSED tests/client/test_queryparams.py::test_client_queryparams_string PASSED tests/client/test_queryparams.py::test_client_queryparams_echo PASSED tests/client/test_redirects.py::test_redirect_301 PASSED tests/client/test_redirects.py::test_redirect_302 PASSED tests/client/test_redirects.py::test_redirect_303 PASSED tests/client/test_redirects.py::test_next_request PASSED tests/client/test_redirects.py::test_async_next_request[asyncio] PASSED tests/client/test_redirects.py::test_async_too_many_redirects[asyncio] PASSED tests/client/test_redirects.py::test_async_invalid_redirect[asyncio] PASSED tests/client/test_redirects.py::test_head_redirect PASSED tests/client/test_redirects.py::test_relative_redirect PASSED tests/client/test_redirects.py::test_malformed_redirect PASSED tests/client/test_redirects.py::test_invalid_redirect PASSED tests/client/test_redirects.py::test_no_scheme_redirect PASSED tests/client/test_redirects.py::test_fragment_redirect PASSED tests/client/test_redirects.py::test_multiple_redirects PASSED tests/client/test_redirects.py::test_sync_too_many_redirects PASSED tests/client/test_redirects.py::test_redirect_loop PASSED tests/client/test_redirects.py::test_cross_domain_redirect_with_auth_header PASSED tests/client/test_redirects.py::test_cross_domain_https_redirect_with_auth_header PASSED tests/client/test_redirects.py::test_cross_domain_redirect_with_auth PASSED tests/client/test_redirects.py::test_same_domain_redirect PASSED tests/client/test_redirects.py::test_same_domain_https_redirect_with_auth_header PASSED tests/client/test_redirects.py::test_body_redirect PASSED tests/client/test_redirects.py::test_no_body_redirect PASSED tests/client/test_redirects.py::test_can_stream_if_no_redirect PASSED tests/client/test_redirects.py::test_cannot_redirect_streaming_body PASSED tests/client/test_redirects.py::test_cross_subdomain_redirect PASSED tests/client/test_redirects.py::test_redirect_cookie_behavior PASSED tests/client/test_redirects.py::test_redirect_custom_scheme PASSED tests/models/test_cookies.py::test_cookies PASSED tests/models/test_cookies.py::test_cookies_update PASSED tests/models/test_cookies.py::test_cookies_with_domain PASSED tests/models/test_cookies.py::test_cookies_with_domain_and_path PASSED tests/models/test_cookies.py::test_multiple_set_cookie PASSED tests/models/test_cookies.py::test_cookies_can_be_a_list_of_tuples PASSED tests/models/test_cookies.py::test_cookies_repr PASSED tests/models/test_headers.py::test_headers PASSED tests/models/test_headers.py::test_header_mutations PASSED tests/models/test_headers.py::test_copy_headers_method PASSED tests/models/test_headers.py::test_copy_headers_init PASSED tests/models/test_headers.py::test_headers_insert_retains_ordering PASSED tests/models/test_headers.py::test_headers_insert_appends_if_new PASSED tests/models/test_headers.py::test_headers_insert_removes_all_existing PASSED tests/models/test_headers.py::test_headers_delete_removes_all_existing PASSED tests/models/test_headers.py::test_headers_dict_repr PASSED tests/models/test_headers.py::test_headers_encoding_in_repr PASSED tests/models/test_headers.py::test_headers_list_repr PASSED tests/models/test_headers.py::test_headers_decode_ascii PASSED tests/models/test_headers.py::test_headers_decode_utf_8 PASSED tests/models/test_headers.py::test_headers_decode_iso_8859_1 PASSED tests/models/test_headers.py::test_headers_decode_explicit_encoding PASSED tests/models/test_headers.py::test_multiple_headers PASSED tests/models/test_headers.py::test_sensitive_headers[authorization] PASSED tests/models/test_headers.py::test_sensitive_headers[proxy-authorization] PASSED tests/models/test_queryparams.py::test_queryparams[a=123&a=456&b=789] PASSED tests/models/test_queryparams.py::test_queryparams[source1] PASSED tests/models/test_queryparams.py::test_queryparams[source2] PASSED tests/models/test_queryparams.py::test_queryparams[source3] PASSED tests/models/test_queryparams.py::test_queryparams[source4] PASSED tests/models/test_queryparams.py::test_queryparam_types PASSED tests/models/test_queryparams.py::test_empty_query_params PASSED tests/models/test_queryparams.py::test_queryparam_update_is_hard_deprecated PASSED tests/models/test_queryparams.py::test_queryparam_setter_is_hard_deprecated PASSED tests/models/test_queryparams.py::test_queryparam_set PASSED tests/models/test_queryparams.py::test_queryparam_add PASSED tests/models/test_queryparams.py::test_queryparam_remove PASSED tests/models/test_queryparams.py::test_queryparam_merge PASSED tests/models/test_queryparams.py::test_queryparams_are_hashable PASSED tests/models/test_requests.py::test_request_repr PASSED tests/models/test_requests.py::test_no_content PASSED tests/models/test_requests.py::test_content_length_header PASSED tests/models/test_requests.py::test_iterable_content PASSED tests/models/test_requests.py::test_generator_with_transfer_encoding_header PASSED tests/models/test_requests.py::test_generator_with_content_length_header PASSED tests/models/test_requests.py::test_url_encoded_data PASSED tests/models/test_requests.py::test_json_encoded_data PASSED tests/models/test_requests.py::test_headers PASSED tests/models/test_requests.py::test_read_and_stream_data PASSED tests/models/test_requests.py::test_aread_and_stream_data[asyncio] PASSED tests/models/test_requests.py::test_request_async_streaming_content_picklable[asyncio] PASSED tests/models/test_requests.py::test_cannot_access_streaming_content_without_read PASSED tests/models/test_requests.py::test_transfer_encoding_header PASSED tests/models/test_requests.py::test_ignore_transfer_encoding_header_if_content_length_exists PASSED tests/models/test_requests.py::test_override_host_header PASSED tests/models/test_requests.py::test_override_accept_encoding_header PASSED tests/models/test_requests.py::test_override_content_length_header PASSED tests/models/test_requests.py::test_url PASSED tests/models/test_requests.py::test_request_picklable PASSED tests/models/test_requests.py::test_request_generator_content_picklable PASSED tests/models/test_responses.py::test_response PASSED tests/models/test_responses.py::test_response_content PASSED tests/models/test_responses.py::test_response_text PASSED tests/models/test_responses.py::test_response_html PASSED tests/models/test_responses.py::test_response_json PASSED tests/models/test_responses.py::test_raise_for_status PASSED tests/models/test_responses.py::test_response_repr PASSED tests/models/test_responses.py::test_response_content_type_encoding PASSED tests/models/test_responses.py::test_response_default_to_utf8_encoding PASSED tests/models/test_responses.py::test_response_fallback_to_utf8_encoding PASSED tests/models/test_responses.py::test_response_no_charset_with_ascii_content PASSED tests/models/test_responses.py::test_response_no_charset_with_utf8_content PASSED tests/models/test_responses.py::test_response_no_charset_with_iso_8859_1_content PASSED tests/models/test_responses.py::test_response_no_charset_with_cp_1252_content PASSED tests/models/test_responses.py::test_response_non_text_encoding PASSED tests/models/test_responses.py::test_response_set_explicit_encoding PASSED tests/models/test_responses.py::test_response_force_encoding PASSED tests/models/test_responses.py::test_response_force_encoding_after_text_accessed PASSED tests/models/test_responses.py::test_read PASSED tests/models/test_responses.py::test_empty_read PASSED tests/models/test_responses.py::test_aread[asyncio] PASSED tests/models/test_responses.py::test_empty_aread[asyncio] PASSED tests/models/test_responses.py::test_aiter_raw[asyncio] PASSED tests/models/test_responses.py::test_aiter_raw_with_chunksize[asyncio] PASSED tests/models/test_responses.py::test_aiter_raw_on_sync[asyncio] PASSED tests/models/test_responses.py::test_aclose_on_sync[asyncio] PASSED tests/models/test_responses.py::test_aiter_raw_increments_updates_counter[asyncio] PASSED tests/models/test_responses.py::test_aiter_bytes[asyncio] PASSED tests/models/test_responses.py::test_aiter_bytes_with_chunk_size[asyncio] PASSED tests/models/test_responses.py::test_aiter_text[asyncio] PASSED tests/models/test_responses.py::test_aiter_text_with_chunk_size[asyncio] PASSED tests/models/test_responses.py::test_aiter_lines[asyncio] PASSED tests/models/test_responses.py::test_async_streaming_response[asyncio] PASSED tests/models/test_responses.py::test_cannot_aread_after_stream_consumed[asyncio] PASSED tests/models/test_responses.py::test_cannot_aread_after_response_closed[asyncio] PASSED tests/models/test_responses.py::test_elapsed_not_available_until_closed[asyncio] PASSED tests/models/test_responses.py::test_response_async_streaming_picklable[asyncio] PASSED tests/models/test_responses.py::test_iter_raw PASSED tests/models/test_responses.py::test_iter_raw_with_chunksize PASSED tests/models/test_responses.py::test_iter_raw_doesnt_return_empty_chunks PASSED tests/models/test_responses.py::test_iter_raw_on_iterable PASSED tests/models/test_responses.py::test_iter_raw_on_async PASSED tests/models/test_responses.py::test_close_on_async PASSED tests/models/test_responses.py::test_iter_raw_increments_updates_counter PASSED tests/models/test_responses.py::test_iter_bytes PASSED tests/models/test_responses.py::test_iter_bytes_with_chunk_size PASSED tests/models/test_responses.py::test_iter_bytes_with_empty_response PASSED tests/models/test_responses.py::test_iter_bytes_doesnt_return_empty_chunks PASSED tests/models/test_responses.py::test_iter_text PASSED tests/models/test_responses.py::test_iter_text_with_chunk_size PASSED tests/models/test_responses.py::test_iter_lines PASSED tests/models/test_responses.py::test_sync_streaming_response PASSED tests/models/test_responses.py::test_cannot_read_after_stream_consumed PASSED tests/models/test_responses.py::test_cannot_read_after_response_closed PASSED tests/models/test_responses.py::test_unknown_status_code PASSED tests/models/test_responses.py::test_json_with_specified_encoding PASSED tests/models/test_responses.py::test_json_with_options PASSED tests/models/test_responses.py::test_json_without_specified_charset[utf-8] PASSED tests/models/test_responses.py::test_json_without_specified_charset[utf-8-sig] PASSED tests/models/test_responses.py::test_json_without_specified_charset[utf-16] PASSED tests/models/test_responses.py::test_json_without_specified_charset[utf-16-be] PASSED tests/models/test_responses.py::test_json_without_specified_charset[utf-16-le] PASSED tests/models/test_responses.py::test_json_without_specified_charset[utf-32] PASSED tests/models/test_responses.py::test_json_without_specified_charset[utf-32-be] PASSED tests/models/test_responses.py::test_json_without_specified_charset[utf-32-le] PASSED tests/models/test_responses.py::test_json_with_specified_charset[utf-8] PASSED tests/models/test_responses.py::test_json_with_specified_charset[utf-8-sig] PASSED tests/models/test_responses.py::test_json_with_specified_charset[utf-16] PASSED tests/models/test_responses.py::test_json_with_specified_charset[utf-16-be] PASSED tests/models/test_responses.py::test_json_with_specified_charset[utf-16-le] PASSED tests/models/test_responses.py::test_json_with_specified_charset[utf-32] PASSED tests/models/test_responses.py::test_json_with_specified_charset[utf-32-be] PASSED tests/models/test_responses.py::test_json_with_specified_charset[utf-32-le] PASSED tests/models/test_responses.py::test_link_headers[headers0-expected0] PASSED tests/models/test_responses.py::test_link_headers[headers1-expected1] PASSED tests/models/test_responses.py::test_decode_error_with_request[deflate] PASSED tests/models/test_responses.py::test_decode_error_with_request[gzip] PASSED tests/models/test_responses.py::test_decode_error_with_request[br] PASSED tests/models/test_responses.py::test_value_error_without_request[deflate] PASSED tests/models/test_responses.py::test_value_error_without_request[gzip] PASSED tests/models/test_responses.py::test_value_error_without_request[br] PASSED tests/models/test_responses.py::test_response_with_unset_request PASSED tests/models/test_responses.py::test_set_request_after_init PASSED tests/models/test_responses.py::test_cannot_access_unset_request PASSED tests/models/test_responses.py::test_generator_with_transfer_encoding_header PASSED tests/models/test_responses.py::test_generator_with_content_length_header PASSED tests/models/test_responses.py::test_response_picklable PASSED tests/models/test_responses.py::test_response_decode_text_using_autodetect PASSED tests/models/test_responses.py::test_response_decode_text_using_explicit_encoding PASSED tests/models/test_url.py::test_basic_url PASSED tests/models/test_url.py::test_complete_url PASSED tests/models/test_url.py::test_url_with_empty_query PASSED tests/models/test_url.py::test_url_no_scheme PASSED tests/models/test_url.py::test_url_no_authority PASSED tests/models/test_url.py::test_path_query_fragment[https://example.com/!$&'()*+,;= abc ABC 123 :/[]@-/!$&'()*+,;=%20abc%20ABC%20123%20:/[]@-/!$&'()*+,;= abc ABC 123 :/[]@--] PASSED tests/models/test_url.py::test_path_query_fragment[https://example.com/!$&'()*+,;=%20abc%20ABC%20123%20:/[]@-/!$&'()*+,;=%20abc%20ABC%20123%20:/[]@-/!$&'()*+,;= abc ABC 123 :/[]@--] PASSED tests/models/test_url.py::test_path_query_fragment[https://example.com/ %61%62%63-/%20%61%62%63-/ abc--] PASSED tests/models/test_url.py::test_path_query_fragment[https://example.com/?!$&'()*+,;= abc ABC 123 :/[]@?-/?!$&'()*+,;=%20abc%20ABC%20123%20:/[]@?-/-!$&'()*+,;=%20abc%20ABC%20123%20:/[]@?-] PASSED tests/models/test_url.py::test_path_query_fragment[https://example.com/?!$&%27()*+,;=%20abc%20ABC%20123%20:%2F[]@?-/?!$&%27()*+,;=%20abc%20ABC%20123%20:%2F[]@?-/-!$&%27()*+,;=%20abc%20ABC%20123%20:%2F[]@?-] PASSED tests/models/test_url.py::test_path_query_fragment[https://example.com/?%20%97%98%99-/?%20%97%98%99-/-%20%97%98%99-] PASSED tests/models/test_url.py::test_path_query_fragment[https://example.com/#!$&'()*+,;= abc ABC 123 :/[]@?#-/-/--!$&'()*+,;= abc ABC 123 :/[]@?#] PASSED tests/models/test_url.py::test_url_query_encoding PASSED tests/models/test_url.py::test_url_params PASSED tests/models/test_url.py::test_url_username_and_password[https://username:password@example.com-username:password-username-password] PASSED tests/models/test_url.py::test_url_username_and_password[https://username%40gmail.com:pa%20ssword@example.com-username%40gmail.com:pa%20ssword-username@gmail.com-pa ssword] PASSED tests/models/test_url.py::test_url_username_and_password[https://user%20name:p%40ssword@example.com-user%20name:p%40ssword-user name-p@ssword] PASSED tests/models/test_url.py::test_url_username_and_password[https://username@gmail.com:pa ssword@example.com-username%40gmail.com:pa%20ssword-username@gmail.com-pa ssword] PASSED tests/models/test_url.py::test_url_username_and_password[https://user name:p@ssword@example.com-user%20name:p%40ssword-user name-p@ssword] PASSED tests/models/test_url.py::test_url_valid_host PASSED tests/models/test_url.py::test_url_normalized_host PASSED tests/models/test_url.py::test_url_percent_escape_host PASSED tests/models/test_url.py::test_url_ipv4_like_host PASSED tests/models/test_url.py::test_url_valid_port PASSED tests/models/test_url.py::test_url_normalized_port PASSED tests/models/test_url.py::test_url_invalid_port PASSED tests/models/test_url.py::test_url_normalized_path PASSED tests/models/test_url.py::test_url_escaped_path PASSED tests/models/test_url.py::test_url_leading_dot_prefix_on_absolute_url PASSED tests/models/test_url.py::test_url_leading_dot_prefix_on_relative_url PASSED tests/models/test_url.py::test_param_with_space PASSED tests/models/test_url.py::test_param_does_not_require_encoding PASSED tests/models/test_url.py::test_param_with_percent_encoded PASSED tests/models/test_url.py::test_param_with_existing_escape_requires_encoding PASSED tests/models/test_url.py::test_query_with_existing_percent_encoding PASSED tests/models/test_url.py::test_query_requiring_percent_encoding PASSED tests/models/test_url.py::test_query_with_mixed_percent_encoding PASSED tests/models/test_url.py::test_url_invalid_hostname PASSED tests/models/test_url.py::test_url_excessively_long_url PASSED tests/models/test_url.py::test_url_excessively_long_component PASSED tests/models/test_url.py::test_url_non_printing_character_in_url PASSED tests/models/test_url.py::test_url_non_printing_character_in_component PASSED tests/models/test_url.py::test_url_with_components PASSED tests/models/test_url.py::test_urlparse_with_invalid_component PASSED tests/models/test_url.py::test_urlparse_with_invalid_scheme PASSED tests/models/test_url.py::test_urlparse_with_invalid_path PASSED tests/models/test_url.py::test_url_with_relative_path PASSED tests/models/test_url.py::test_url_eq_str PASSED tests/models/test_url.py::test_url_set PASSED tests/models/test_url.py::test_url_invalid_type PASSED tests/models/test_url.py::test_url_with_invalid_component PASSED tests/models/test_url.py::test_url_join PASSED tests/models/test_url.py::test_relative_url_join PASSED tests/models/test_url.py::test_url_join_rfc3986 PASSED tests/models/test_url.py::test_resolution_error_1833 PASSED tests/models/test_url.py::test_copy_with PASSED tests/models/test_url.py::test_url_copywith_authority_subcomponents PASSED tests/models/test_url.py::test_url_copywith_netloc PASSED tests/models/test_url.py::test_url_copywith_userinfo_subcomponents PASSED tests/models/test_url.py::test_url_copywith_invalid_component PASSED tests/models/test_url.py::test_url_copywith_urlencoded_path PASSED tests/models/test_url.py::test_url_copywith_query PASSED tests/models/test_url.py::test_url_copywith_raw_path PASSED tests/models/test_url.py::test_url_copywith_security PASSED tests/models/test_url.py::test_url_set_param_manipulation PASSED tests/models/test_url.py::test_url_add_param_manipulation PASSED tests/models/test_url.py::test_url_remove_param_manipulation PASSED tests/models/test_url.py::test_url_merge_params_manipulation PASSED tests/models/test_url.py::test_idna_url[http_with_port] PASSED tests/models/test_url.py::test_idna_url[unicode_tr46_compat] PASSED tests/models/test_url.py::test_idna_url[https_without_port] PASSED tests/models/test_url.py::test_idna_url[https_with_port] PASSED tests/models/test_url.py::test_idna_url[http_with_custom_port] PASSED tests/models/test_url.py::test_idna_url[https_with_custom_port] PASSED tests/models/test_url.py::test_url_unescaped_idna_host PASSED tests/models/test_url.py::test_url_escaped_idna_host PASSED tests/models/test_url.py::test_url_invalid_idna_host PASSED tests/models/test_url.py::test_url_valid_ipv4 PASSED tests/models/test_url.py::test_url_invalid_ipv4 PASSED tests/models/test_url.py::test_ipv6_url PASSED tests/models/test_url.py::test_url_valid_ipv6 PASSED tests/models/test_url.py::test_url_invalid_ipv6 PASSED tests/models/test_url.py::test_ipv6_url_from_raw_url[[::ffff:192.168.0.1]] PASSED tests/models/test_url.py::test_ipv6_url_from_raw_url[::ffff:192.168.0.1] PASSED tests/models/test_url.py::test_ipv6_url_copy_with_host[[::ffff:192.168.0.1]-http://127.0.0.1:1234] PASSED tests/models/test_url.py::test_ipv6_url_copy_with_host[[::ffff:192.168.0.1]-http://example.com:1234] PASSED tests/models/test_url.py::test_ipv6_url_copy_with_host[[::ffff:192.168.0.1]-http://[::ffff:127.0.0.1]:1234] PASSED tests/models/test_url.py::test_ipv6_url_copy_with_host[::ffff:192.168.0.1-http://127.0.0.1:1234] PASSED tests/models/test_url.py::test_ipv6_url_copy_with_host[::ffff:192.168.0.1-http://example.com:1234] PASSED tests/models/test_url.py::test_ipv6_url_copy_with_host[::ffff:192.168.0.1-http://[::ffff:127.0.0.1]:1234] PASSED tests/models/test_url.py::test_url_raw_compatibility PASSED tests/models/test_whatwg.py::test_urlparse[test_case0] PASSED tests/models/test_whatwg.py::test_urlparse[test_case1] PASSED tests/models/test_whatwg.py::test_urlparse[test_case2] PASSED tests/models/test_whatwg.py::test_urlparse[test_case3] PASSED tests/models/test_whatwg.py::test_urlparse[test_case4] PASSED tests/models/test_whatwg.py::test_urlparse[test_case5] PASSED tests/models/test_whatwg.py::test_urlparse[test_case6] PASSED tests/models/test_whatwg.py::test_urlparse[test_case7] PASSED tests/models/test_whatwg.py::test_urlparse[test_case8] PASSED tests/models/test_whatwg.py::test_urlparse[test_case9] PASSED tests/models/test_whatwg.py::test_urlparse[test_case10] PASSED tests/models/test_whatwg.py::test_urlparse[test_case11] PASSED tests/models/test_whatwg.py::test_urlparse[test_case12] PASSED tests/models/test_whatwg.py::test_urlparse[test_case13] PASSED tests/models/test_whatwg.py::test_urlparse[test_case14] PASSED tests/models/test_whatwg.py::test_urlparse[test_case15] PASSED tests/models/test_whatwg.py::test_urlparse[test_case16] PASSED tests/models/test_whatwg.py::test_urlparse[test_case17] PASSED tests/models/test_whatwg.py::test_urlparse[test_case18] PASSED tests/models/test_whatwg.py::test_urlparse[test_case19] PASSED tests/models/test_whatwg.py::test_urlparse[test_case20] PASSED tests/models/test_whatwg.py::test_urlparse[test_case21] PASSED tests/models/test_whatwg.py::test_urlparse[test_case22] PASSED tests/models/test_whatwg.py::test_urlparse[test_case23] PASSED tests/models/test_whatwg.py::test_urlparse[test_case24] PASSED tests/models/test_whatwg.py::test_urlparse[test_case25] PASSED tests/models/test_whatwg.py::test_urlparse[test_case26] PASSED tests/models/test_whatwg.py::test_urlparse[test_case27] PASSED tests/models/test_whatwg.py::test_urlparse[test_case28] PASSED tests/models/test_whatwg.py::test_urlparse[test_case29] PASSED tests/models/test_whatwg.py::test_urlparse[test_case30] PASSED tests/models/test_whatwg.py::test_urlparse[test_case31] PASSED tests/models/test_whatwg.py::test_urlparse[test_case32] PASSED tests/models/test_whatwg.py::test_urlparse[test_case33] PASSED tests/models/test_whatwg.py::test_urlparse[test_case34] PASSED tests/models/test_whatwg.py::test_urlparse[test_case35] PASSED tests/models/test_whatwg.py::test_urlparse[test_case36] PASSED tests/models/test_whatwg.py::test_urlparse[test_case37] PASSED tests/models/test_whatwg.py::test_urlparse[test_case38] PASSED tests/models/test_whatwg.py::test_urlparse[test_case39] PASSED tests/models/test_whatwg.py::test_urlparse[test_case40] PASSED tests/models/test_whatwg.py::test_urlparse[test_case41] PASSED tests/models/test_whatwg.py::test_urlparse[test_case42] PASSED tests/models/test_whatwg.py::test_urlparse[test_case43] PASSED tests/models/test_whatwg.py::test_urlparse[test_case44] PASSED tests/models/test_whatwg.py::test_urlparse[test_case45] PASSED tests/models/test_whatwg.py::test_urlparse[test_case46] PASSED tests/models/test_whatwg.py::test_urlparse[test_case47] PASSED tests/models/test_whatwg.py::test_urlparse[test_case48] PASSED tests/models/test_whatwg.py::test_urlparse[test_case49] PASSED tests/models/test_whatwg.py::test_urlparse[test_case50] PASSED tests/models/test_whatwg.py::test_urlparse[test_case51] PASSED tests/models/test_whatwg.py::test_urlparse[test_case52] PASSED tests/models/test_whatwg.py::test_urlparse[test_case53] PASSED tests/models/test_whatwg.py::test_urlparse[test_case54] PASSED tests/models/test_whatwg.py::test_urlparse[test_case55] PASSED tests/models/test_whatwg.py::test_urlparse[test_case56] PASSED tests/models/test_whatwg.py::test_urlparse[test_case57] PASSED tests/models/test_whatwg.py::test_urlparse[test_case58] PASSED tests/models/test_whatwg.py::test_urlparse[test_case59] PASSED tests/models/test_whatwg.py::test_urlparse[test_case60] PASSED tests/models/test_whatwg.py::test_urlparse[test_case61] PASSED tests/models/test_whatwg.py::test_urlparse[test_case62] PASSED tests/models/test_whatwg.py::test_urlparse[test_case63] PASSED tests/models/test_whatwg.py::test_urlparse[test_case64] PASSED tests/models/test_whatwg.py::test_urlparse[test_case65] PASSED tests/models/test_whatwg.py::test_urlparse[test_case66] PASSED tests/models/test_whatwg.py::test_urlparse[test_case67] PASSED tests/models/test_whatwg.py::test_urlparse[test_case68] PASSED tests/models/test_whatwg.py::test_urlparse[test_case69] PASSED tests/models/test_whatwg.py::test_urlparse[test_case70] PASSED tests/models/test_whatwg.py::test_urlparse[test_case71] PASSED tests/models/test_whatwg.py::test_urlparse[test_case72] PASSED tests/models/test_whatwg.py::test_urlparse[test_case73] PASSED tests/models/test_whatwg.py::test_urlparse[test_case74] PASSED tests/models/test_whatwg.py::test_urlparse[test_case75] PASSED tests/models/test_whatwg.py::test_urlparse[test_case76] PASSED tests/models/test_whatwg.py::test_urlparse[test_case77] PASSED tests/models/test_whatwg.py::test_urlparse[test_case78] PASSED tests/models/test_whatwg.py::test_urlparse[test_case79] PASSED tests/models/test_whatwg.py::test_urlparse[test_case80] PASSED tests/models/test_whatwg.py::test_urlparse[test_case81] PASSED tests/models/test_whatwg.py::test_urlparse[test_case82] PASSED tests/models/test_whatwg.py::test_urlparse[test_case83] PASSED tests/models/test_whatwg.py::test_urlparse[test_case84] PASSED tests/models/test_whatwg.py::test_urlparse[test_case85] PASSED tests/models/test_whatwg.py::test_urlparse[test_case86] PASSED tests/models/test_whatwg.py::test_urlparse[test_case87] PASSED tests/models/test_whatwg.py::test_urlparse[test_case88] PASSED tests/models/test_whatwg.py::test_urlparse[test_case89] PASSED tests/models/test_whatwg.py::test_urlparse[test_case90] PASSED tests/models/test_whatwg.py::test_urlparse[test_case91] PASSED tests/models/test_whatwg.py::test_urlparse[test_case92] PASSED tests/models/test_whatwg.py::test_urlparse[test_case93] PASSED tests/models/test_whatwg.py::test_urlparse[test_case94] PASSED tests/models/test_whatwg.py::test_urlparse[test_case95] PASSED tests/models/test_whatwg.py::test_urlparse[test_case96] PASSED tests/models/test_whatwg.py::test_urlparse[test_case97] PASSED tests/models/test_whatwg.py::test_urlparse[test_case98] PASSED tests/models/test_whatwg.py::test_urlparse[test_case99] PASSED tests/models/test_whatwg.py::test_urlparse[test_case100] PASSED tests/models/test_whatwg.py::test_urlparse[test_case101] PASSED tests/models/test_whatwg.py::test_urlparse[test_case102] PASSED tests/models/test_whatwg.py::test_urlparse[test_case103] PASSED tests/models/test_whatwg.py::test_urlparse[test_case104] PASSED tests/models/test_whatwg.py::test_urlparse[test_case105] PASSED tests/models/test_whatwg.py::test_urlparse[test_case106] PASSED tests/models/test_whatwg.py::test_urlparse[test_case107] PASSED tests/models/test_whatwg.py::test_urlparse[test_case108] PASSED tests/models/test_whatwg.py::test_urlparse[test_case109] PASSED tests/models/test_whatwg.py::test_urlparse[test_case110] PASSED tests/models/test_whatwg.py::test_urlparse[test_case111] PASSED tests/models/test_whatwg.py::test_urlparse[test_case112] PASSED tests/models/test_whatwg.py::test_urlparse[test_case113] PASSED tests/models/test_whatwg.py::test_urlparse[test_case114] PASSED tests/models/test_whatwg.py::test_urlparse[test_case115] PASSED tests/models/test_whatwg.py::test_urlparse[test_case116] PASSED tests/models/test_whatwg.py::test_urlparse[test_case117] PASSED tests/models/test_whatwg.py::test_urlparse[test_case118] PASSED tests/models/test_whatwg.py::test_urlparse[test_case119] PASSED tests/models/test_whatwg.py::test_urlparse[test_case120] PASSED tests/models/test_whatwg.py::test_urlparse[test_case121] PASSED tests/models/test_whatwg.py::test_urlparse[test_case122] PASSED tests/models/test_whatwg.py::test_urlparse[test_case123] PASSED tests/models/test_whatwg.py::test_urlparse[test_case124] PASSED tests/models/test_whatwg.py::test_urlparse[test_case125] PASSED tests/models/test_whatwg.py::test_urlparse[test_case126] PASSED tests/models/test_whatwg.py::test_urlparse[test_case127] PASSED tests/models/test_whatwg.py::test_urlparse[test_case128] PASSED tests/models/test_whatwg.py::test_urlparse[test_case129] PASSED tests/models/test_whatwg.py::test_urlparse[test_case130] PASSED tests/models/test_whatwg.py::test_urlparse[test_case131] PASSED tests/models/test_whatwg.py::test_urlparse[test_case132] PASSED tests/models/test_whatwg.py::test_urlparse[test_case133] PASSED tests/models/test_whatwg.py::test_urlparse[test_case134] PASSED tests/models/test_whatwg.py::test_urlparse[test_case135] PASSED tests/models/test_whatwg.py::test_urlparse[test_case136] PASSED tests/models/test_whatwg.py::test_urlparse[test_case137] PASSED tests/models/test_whatwg.py::test_urlparse[test_case138] PASSED tests/models/test_whatwg.py::test_urlparse[test_case139] PASSED tests/models/test_whatwg.py::test_urlparse[test_case140] PASSED tests/models/test_whatwg.py::test_urlparse[test_case141] PASSED tests/models/test_whatwg.py::test_urlparse[test_case142] PASSED tests/models/test_whatwg.py::test_urlparse[test_case143] PASSED tests/models/test_whatwg.py::test_urlparse[test_case144] PASSED tests/models/test_whatwg.py::test_urlparse[test_case145] PASSED tests/models/test_whatwg.py::test_urlparse[test_case146] PASSED tests/models/test_whatwg.py::test_urlparse[test_case147] PASSED tests/models/test_whatwg.py::test_urlparse[test_case148] PASSED tests/models/test_whatwg.py::test_urlparse[test_case149] PASSED tests/models/test_whatwg.py::test_urlparse[test_case150] PASSED tests/models/test_whatwg.py::test_urlparse[test_case151] PASSED tests/models/test_whatwg.py::test_urlparse[test_case152] PASSED tests/models/test_whatwg.py::test_urlparse[test_case153] PASSED tests/models/test_whatwg.py::test_urlparse[test_case154] PASSED tests/models/test_whatwg.py::test_urlparse[test_case155] PASSED tests/models/test_whatwg.py::test_urlparse[test_case156] PASSED tests/models/test_whatwg.py::test_urlparse[test_case157] PASSED tests/models/test_whatwg.py::test_urlparse[test_case158] PASSED tests/models/test_whatwg.py::test_urlparse[test_case159] PASSED tests/models/test_whatwg.py::test_urlparse[test_case160] PASSED tests/models/test_whatwg.py::test_urlparse[test_case161] PASSED tests/models/test_whatwg.py::test_urlparse[test_case162] PASSED tests/models/test_whatwg.py::test_urlparse[test_case163] PASSED tests/models/test_whatwg.py::test_urlparse[test_case164] PASSED tests/models/test_whatwg.py::test_urlparse[test_case165] PASSED tests/models/test_whatwg.py::test_urlparse[test_case166] PASSED tests/models/test_whatwg.py::test_urlparse[test_case167] PASSED tests/models/test_whatwg.py::test_urlparse[test_case168] PASSED tests/models/test_whatwg.py::test_urlparse[test_case169] PASSED tests/models/test_whatwg.py::test_urlparse[test_case170] PASSED tests/models/test_whatwg.py::test_urlparse[test_case171] PASSED tests/models/test_whatwg.py::test_urlparse[test_case172] PASSED tests/models/test_whatwg.py::test_urlparse[test_case173] PASSED tests/models/test_whatwg.py::test_urlparse[test_case174] PASSED tests/models/test_whatwg.py::test_urlparse[test_case175] PASSED tests/models/test_whatwg.py::test_urlparse[test_case176] PASSED tests/models/test_whatwg.py::test_urlparse[test_case177] PASSED tests/models/test_whatwg.py::test_urlparse[test_case178] PASSED tests/models/test_whatwg.py::test_urlparse[test_case179] PASSED tests/models/test_whatwg.py::test_urlparse[test_case180] PASSED tests/models/test_whatwg.py::test_urlparse[test_case181] PASSED tests/models/test_whatwg.py::test_urlparse[test_case182] PASSED tests/models/test_whatwg.py::test_urlparse[test_case183] PASSED tests/models/test_whatwg.py::test_urlparse[test_case184] PASSED tests/models/test_whatwg.py::test_urlparse[test_case185] PASSED tests/models/test_whatwg.py::test_urlparse[test_case186] PASSED tests/models/test_whatwg.py::test_urlparse[test_case187] PASSED tests/models/test_whatwg.py::test_urlparse[test_case188] PASSED tests/models/test_whatwg.py::test_urlparse[test_case189] PASSED tests/models/test_whatwg.py::test_urlparse[test_case190] PASSED tests/models/test_whatwg.py::test_urlparse[test_case191] PASSED tests/models/test_whatwg.py::test_urlparse[test_case192] PASSED tests/models/test_whatwg.py::test_urlparse[test_case193] PASSED tests/models/test_whatwg.py::test_urlparse[test_case194] PASSED tests/models/test_whatwg.py::test_urlparse[test_case195] PASSED tests/models/test_whatwg.py::test_urlparse[test_case196] PASSED tests/models/test_whatwg.py::test_urlparse[test_case197] PASSED tests/models/test_whatwg.py::test_urlparse[test_case198] PASSED tests/models/test_whatwg.py::test_urlparse[test_case199] PASSED tests/models/test_whatwg.py::test_urlparse[test_case200] PASSED tests/models/test_whatwg.py::test_urlparse[test_case201] PASSED tests/models/test_whatwg.py::test_urlparse[test_case202] PASSED tests/models/test_whatwg.py::test_urlparse[test_case203] PASSED tests/models/test_whatwg.py::test_urlparse[test_case204] PASSED tests/models/test_whatwg.py::test_urlparse[test_case205] PASSED tests/models/test_whatwg.py::test_urlparse[test_case206] PASSED tests/models/test_whatwg.py::test_urlparse[test_case207] PASSED tests/models/test_whatwg.py::test_urlparse[test_case208] PASSED tests/models/test_whatwg.py::test_urlparse[test_case209] PASSED tests/models/test_whatwg.py::test_urlparse[test_case210] PASSED tests/models/test_whatwg.py::test_urlparse[test_case211] PASSED tests/models/test_whatwg.py::test_urlparse[test_case212] PASSED tests/models/test_whatwg.py::test_urlparse[test_case213] PASSED tests/models/test_whatwg.py::test_urlparse[test_case214] PASSED tests/models/test_whatwg.py::test_urlparse[test_case215] PASSED tests/models/test_whatwg.py::test_urlparse[test_case216] PASSED tests/models/test_whatwg.py::test_urlparse[test_case217] PASSED tests/models/test_whatwg.py::test_urlparse[test_case218] PASSED tests/models/test_whatwg.py::test_urlparse[test_case219] PASSED tests/models/test_whatwg.py::test_urlparse[test_case220] PASSED tests/models/test_whatwg.py::test_urlparse[test_case221] PASSED tests/models/test_whatwg.py::test_urlparse[test_case222] PASSED tests/models/test_whatwg.py::test_urlparse[test_case223] PASSED tests/models/test_whatwg.py::test_urlparse[test_case224] PASSED tests/models/test_whatwg.py::test_urlparse[test_case225] PASSED tests/models/test_whatwg.py::test_urlparse[test_case226] PASSED tests/models/test_whatwg.py::test_urlparse[test_case227] PASSED tests/models/test_whatwg.py::test_urlparse[test_case228] PASSED tests/models/test_whatwg.py::test_urlparse[test_case229] PASSED tests/models/test_whatwg.py::test_urlparse[test_case230] PASSED tests/models/test_whatwg.py::test_urlparse[test_case231] PASSED tests/models/test_whatwg.py::test_urlparse[test_case232] PASSED tests/models/test_whatwg.py::test_urlparse[test_case233] PASSED tests/models/test_whatwg.py::test_urlparse[test_case234] PASSED tests/models/test_whatwg.py::test_urlparse[test_case235] PASSED tests/models/test_whatwg.py::test_urlparse[test_case236] PASSED tests/models/test_whatwg.py::test_urlparse[test_case237] PASSED tests/models/test_whatwg.py::test_urlparse[test_case238] PASSED tests/models/test_whatwg.py::test_urlparse[test_case239] PASSED tests/models/test_whatwg.py::test_urlparse[test_case240] PASSED tests/models/test_whatwg.py::test_urlparse[test_case241] PASSED tests/models/test_whatwg.py::test_urlparse[test_case242] PASSED tests/models/test_whatwg.py::test_urlparse[test_case243] PASSED tests/models/test_whatwg.py::test_urlparse[test_case244] PASSED tests/models/test_whatwg.py::test_urlparse[test_case245] PASSED tests/models/test_whatwg.py::test_urlparse[test_case246] PASSED tests/models/test_whatwg.py::test_urlparse[test_case247] PASSED tests/models/test_whatwg.py::test_urlparse[test_case248] PASSED tests/models/test_whatwg.py::test_urlparse[test_case249] PASSED tests/models/test_whatwg.py::test_urlparse[test_case250] PASSED tests/models/test_whatwg.py::test_urlparse[test_case251] PASSED tests/models/test_whatwg.py::test_urlparse[test_case252] PASSED tests/models/test_whatwg.py::test_urlparse[test_case253] PASSED tests/models/test_whatwg.py::test_urlparse[test_case254] PASSED tests/models/test_whatwg.py::test_urlparse[test_case255] PASSED tests/models/test_whatwg.py::test_urlparse[test_case256] PASSED tests/models/test_whatwg.py::test_urlparse[test_case257] PASSED tests/models/test_whatwg.py::test_urlparse[test_case258] PASSED tests/models/test_whatwg.py::test_urlparse[test_case259] PASSED tests/models/test_whatwg.py::test_urlparse[test_case260] PASSED tests/models/test_whatwg.py::test_urlparse[test_case261] PASSED tests/models/test_whatwg.py::test_urlparse[test_case262] PASSED tests/models/test_whatwg.py::test_urlparse[test_case263] PASSED tests/models/test_whatwg.py::test_urlparse[test_case264] PASSED tests/models/test_whatwg.py::test_urlparse[test_case265] PASSED tests/models/test_whatwg.py::test_urlparse[test_case266] PASSED tests/models/test_whatwg.py::test_urlparse[test_case267] PASSED tests/models/test_whatwg.py::test_urlparse[test_case268] PASSED tests/models/test_whatwg.py::test_urlparse[test_case269] PASSED tests/models/test_whatwg.py::test_urlparse[test_case270] PASSED tests/models/test_whatwg.py::test_urlparse[test_case271] PASSED tests/models/test_whatwg.py::test_urlparse[test_case272] PASSED tests/models/test_whatwg.py::test_urlparse[test_case273] PASSED tests/models/test_whatwg.py::test_urlparse[test_case274] PASSED tests/models/test_whatwg.py::test_urlparse[test_case275] PASSED tests/models/test_whatwg.py::test_urlparse[test_case276] PASSED tests/models/test_whatwg.py::test_urlparse[test_case277] PASSED tests/models/test_whatwg.py::test_urlparse[test_case278] PASSED tests/models/test_whatwg.py::test_urlparse[test_case279] PASSED tests/models/test_whatwg.py::test_urlparse[test_case280] PASSED tests/models/test_whatwg.py::test_urlparse[test_case281] PASSED tests/models/test_whatwg.py::test_urlparse[test_case282] PASSED tests/models/test_whatwg.py::test_urlparse[test_case283] PASSED tests/models/test_whatwg.py::test_urlparse[test_case284] PASSED tests/models/test_whatwg.py::test_urlparse[test_case285] PASSED tests/models/test_whatwg.py::test_urlparse[test_case286] PASSED tests/models/test_whatwg.py::test_urlparse[test_case287] PASSED tests/models/test_whatwg.py::test_urlparse[test_case288] PASSED tests/models/test_whatwg.py::test_urlparse[test_case289] PASSED tests/models/test_whatwg.py::test_urlparse[test_case290] PASSED tests/models/test_whatwg.py::test_urlparse[test_case291] PASSED tests/models/test_whatwg.py::test_urlparse[test_case292] PASSED tests/models/test_whatwg.py::test_urlparse[test_case293] PASSED tests/models/test_whatwg.py::test_urlparse[test_case294] PASSED tests/models/test_whatwg.py::test_urlparse[test_case295] PASSED tests/models/test_whatwg.py::test_urlparse[test_case296] PASSED tests/models/test_whatwg.py::test_urlparse[test_case297] PASSED tests/models/test_whatwg.py::test_urlparse[test_case298] PASSED tests/models/test_whatwg.py::test_urlparse[test_case299] PASSED tests/models/test_whatwg.py::test_urlparse[test_case300] PASSED tests/models/test_whatwg.py::test_urlparse[test_case301] PASSED tests/models/test_whatwg.py::test_urlparse[test_case302] PASSED tests/models/test_whatwg.py::test_urlparse[test_case303] PASSED tests/models/test_whatwg.py::test_urlparse[test_case304] PASSED tests/models/test_whatwg.py::test_urlparse[test_case305] PASSED tests/models/test_whatwg.py::test_urlparse[test_case306] PASSED tests/models/test_whatwg.py::test_urlparse[test_case307] PASSED tests/models/test_whatwg.py::test_urlparse[test_case308] PASSED tests/models/test_whatwg.py::test_urlparse[test_case309] PASSED tests/models/test_whatwg.py::test_urlparse[test_case310] PASSED tests/models/test_whatwg.py::test_urlparse[test_case311] PASSED tests/models/test_whatwg.py::test_urlparse[test_case312] PASSED tests/models/test_whatwg.py::test_urlparse[test_case313] PASSED tests/models/test_whatwg.py::test_urlparse[test_case314] PASSED tests/models/test_whatwg.py::test_urlparse[test_case315] PASSED tests/models/test_whatwg.py::test_urlparse[test_case316] PASSED tests/models/test_whatwg.py::test_urlparse[test_case317] PASSED tests/models/test_whatwg.py::test_urlparse[test_case318] PASSED tests/models/test_whatwg.py::test_urlparse[test_case319] PASSED tests/models/test_whatwg.py::test_urlparse[test_case320] PASSED tests/models/test_whatwg.py::test_urlparse[test_case321] PASSED tests/models/test_whatwg.py::test_urlparse[test_case322] PASSED tests/models/test_whatwg.py::test_urlparse[test_case323] PASSED tests/models/test_whatwg.py::test_urlparse[test_case324] PASSED tests/models/test_whatwg.py::test_urlparse[test_case325] PASSED tests/models/test_whatwg.py::test_urlparse[test_case326] PASSED tests/models/test_whatwg.py::test_urlparse[test_case327] PASSED tests/models/test_whatwg.py::test_urlparse[test_case328] PASSED tests/models/test_whatwg.py::test_urlparse[test_case329] PASSED tests/models/test_whatwg.py::test_urlparse[test_case330] PASSED tests/models/test_whatwg.py::test_urlparse[test_case331] PASSED tests/models/test_whatwg.py::test_urlparse[test_case332] PASSED tests/models/test_whatwg.py::test_urlparse[test_case333] PASSED tests/models/test_whatwg.py::test_urlparse[test_case334] PASSED tests/models/test_whatwg.py::test_urlparse[test_case335] PASSED tests/models/test_whatwg.py::test_urlparse[test_case336] PASSED tests/models/test_whatwg.py::test_urlparse[test_case337] PASSED tests/models/test_whatwg.py::test_urlparse[test_case338] PASSED tests/models/test_whatwg.py::test_urlparse[test_case339] PASSED tests/models/test_whatwg.py::test_urlparse[test_case340] PASSED tests/models/test_whatwg.py::test_urlparse[test_case341] PASSED tests/models/test_whatwg.py::test_urlparse[test_case342] PASSED tests/models/test_whatwg.py::test_urlparse[test_case343] PASSED tests/models/test_whatwg.py::test_urlparse[test_case344] PASSED tests/models/test_whatwg.py::test_urlparse[test_case345] PASSED tests/models/test_whatwg.py::test_urlparse[test_case346] PASSED tests/models/test_whatwg.py::test_urlparse[test_case347] PASSED tests/models/test_whatwg.py::test_urlparse[test_case348] PASSED tests/models/test_whatwg.py::test_urlparse[test_case349] PASSED tests/models/test_whatwg.py::test_urlparse[test_case350] PASSED tests/models/test_whatwg.py::test_urlparse[test_case351] PASSED tests/models/test_whatwg.py::test_urlparse[test_case352] PASSED tests/models/test_whatwg.py::test_urlparse[test_case353] PASSED tests/models/test_whatwg.py::test_urlparse[test_case354] PASSED tests/models/test_whatwg.py::test_urlparse[test_case355] PASSED tests/models/test_whatwg.py::test_urlparse[test_case356] PASSED tests/models/test_whatwg.py::test_urlparse[test_case357] PASSED tests/models/test_whatwg.py::test_urlparse[test_case358] PASSED tests/models/test_whatwg.py::test_urlparse[test_case359] PASSED tests/models/test_whatwg.py::test_urlparse[test_case360] PASSED tests/models/test_whatwg.py::test_urlparse[test_case361] PASSED tests/models/test_whatwg.py::test_urlparse[test_case362] PASSED tests/models/test_whatwg.py::test_urlparse[test_case363] PASSED tests/models/test_whatwg.py::test_urlparse[test_case364] PASSED tests/models/test_whatwg.py::test_urlparse[test_case365] PASSED tests/models/test_whatwg.py::test_urlparse[test_case366] PASSED tests/models/test_whatwg.py::test_urlparse[test_case367] PASSED tests/models/test_whatwg.py::test_urlparse[test_case368] PASSED tests/models/test_whatwg.py::test_urlparse[test_case369] PASSED tests/models/test_whatwg.py::test_urlparse[test_case370] PASSED tests/models/test_whatwg.py::test_urlparse[test_case371] PASSED tests/models/test_whatwg.py::test_urlparse[test_case372] PASSED tests/models/test_whatwg.py::test_urlparse[test_case373] PASSED tests/models/test_whatwg.py::test_urlparse[test_case374] PASSED tests/models/test_whatwg.py::test_urlparse[test_case375] PASSED tests/models/test_whatwg.py::test_urlparse[test_case376] PASSED tests/models/test_whatwg.py::test_urlparse[test_case377] PASSED tests/models/test_whatwg.py::test_urlparse[test_case378] PASSED tests/models/test_whatwg.py::test_urlparse[test_case379] PASSED tests/models/test_whatwg.py::test_urlparse[test_case380] PASSED tests/models/test_whatwg.py::test_urlparse[test_case381] PASSED tests/models/test_whatwg.py::test_urlparse[test_case382] PASSED tests/models/test_whatwg.py::test_urlparse[test_case383] PASSED tests/models/test_whatwg.py::test_urlparse[test_case384] PASSED tests/models/test_whatwg.py::test_urlparse[test_case385] PASSED tests/models/test_whatwg.py::test_urlparse[test_case386] PASSED tests/models/test_whatwg.py::test_urlparse[test_case387] PASSED tests/models/test_whatwg.py::test_urlparse[test_case388] PASSED tests/models/test_whatwg.py::test_urlparse[test_case389] PASSED tests/models/test_whatwg.py::test_urlparse[test_case390] PASSED tests/models/test_whatwg.py::test_urlparse[test_case391] PASSED tests/models/test_whatwg.py::test_urlparse[test_case392] PASSED tests/models/test_whatwg.py::test_urlparse[test_case393] PASSED tests/models/test_whatwg.py::test_urlparse[test_case394] PASSED tests/models/test_whatwg.py::test_urlparse[test_case395] PASSED tests/models/test_whatwg.py::test_urlparse[test_case396] PASSED tests/models/test_whatwg.py::test_urlparse[test_case397] PASSED tests/models/test_whatwg.py::test_urlparse[test_case398] PASSED tests/models/test_whatwg.py::test_urlparse[test_case399] PASSED tests/models/test_whatwg.py::test_urlparse[test_case400] PASSED tests/models/test_whatwg.py::test_urlparse[test_case401] PASSED tests/models/test_whatwg.py::test_urlparse[test_case402] PASSED tests/models/test_whatwg.py::test_urlparse[test_case403] PASSED tests/models/test_whatwg.py::test_urlparse[test_case404] PASSED tests/models/test_whatwg.py::test_urlparse[test_case405] PASSED tests/models/test_whatwg.py::test_urlparse[test_case406] PASSED tests/models/test_whatwg.py::test_urlparse[test_case407] PASSED tests/models/test_whatwg.py::test_urlparse[test_case408] PASSED tests/models/test_whatwg.py::test_urlparse[test_case409] PASSED tests/models/test_whatwg.py::test_urlparse[test_case410] PASSED tests/models/test_whatwg.py::test_urlparse[test_case411] PASSED tests/models/test_whatwg.py::test_urlparse[test_case412] PASSED tests/models/test_whatwg.py::test_urlparse[test_case413] PASSED tests/models/test_whatwg.py::test_urlparse[test_case414] PASSED tests/models/test_whatwg.py::test_urlparse[test_case415] PASSED tests/models/test_whatwg.py::test_urlparse[test_case416] PASSED tests/models/test_whatwg.py::test_urlparse[test_case417] PASSED tests/models/test_whatwg.py::test_urlparse[test_case418] PASSED tests/models/test_whatwg.py::test_urlparse[test_case419] PASSED tests/models/test_whatwg.py::test_urlparse[test_case420] PASSED tests/models/test_whatwg.py::test_urlparse[test_case421] PASSED tests/models/test_whatwg.py::test_urlparse[test_case422] PASSED tests/models/test_whatwg.py::test_urlparse[test_case423] PASSED tests/models/test_whatwg.py::test_urlparse[test_case424] PASSED tests/models/test_whatwg.py::test_urlparse[test_case425] PASSED tests/models/test_whatwg.py::test_urlparse[test_case426] PASSED tests/models/test_whatwg.py::test_urlparse[test_case427] PASSED tests/models/test_whatwg.py::test_urlparse[test_case428] PASSED tests/models/test_whatwg.py::test_urlparse[test_case429] PASSED tests/models/test_whatwg.py::test_urlparse[test_case430] PASSED tests/models/test_whatwg.py::test_urlparse[test_case431] PASSED tests/models/test_whatwg.py::test_urlparse[test_case432] PASSED tests/models/test_whatwg.py::test_urlparse[test_case433] PASSED tests/models/test_whatwg.py::test_urlparse[test_case434] PASSED tests/models/test_whatwg.py::test_urlparse[test_case435] PASSED tests/models/test_whatwg.py::test_urlparse[test_case436] PASSED tests/models/test_whatwg.py::test_urlparse[test_case437] PASSED tests/models/test_whatwg.py::test_urlparse[test_case438] PASSED tests/models/test_whatwg.py::test_urlparse[test_case439] PASSED tests/models/test_whatwg.py::test_urlparse[test_case440] PASSED tests/models/test_whatwg.py::test_urlparse[test_case441] PASSED tests/models/test_whatwg.py::test_urlparse[test_case442] PASSED tests/models/test_whatwg.py::test_urlparse[test_case443] PASSED tests/models/test_whatwg.py::test_urlparse[test_case444] PASSED tests/models/test_whatwg.py::test_urlparse[test_case445] PASSED tests/models/test_whatwg.py::test_urlparse[test_case446] PASSED tests/models/test_whatwg.py::test_urlparse[test_case447] PASSED tests/models/test_whatwg.py::test_urlparse[test_case448] PASSED tests/models/test_whatwg.py::test_urlparse[test_case449] PASSED tests/models/test_whatwg.py::test_urlparse[test_case450] PASSED tests/models/test_whatwg.py::test_urlparse[test_case451] PASSED tests/models/test_whatwg.py::test_urlparse[test_case452] PASSED tests/models/test_whatwg.py::test_urlparse[test_case453] PASSED tests/models/test_whatwg.py::test_urlparse[test_case454] PASSED tests/models/test_whatwg.py::test_urlparse[test_case455] PASSED tests/models/test_whatwg.py::test_urlparse[test_case456] PASSED tests/models/test_whatwg.py::test_urlparse[test_case457] PASSED tests/models/test_whatwg.py::test_urlparse[test_case458] PASSED tests/models/test_whatwg.py::test_urlparse[test_case459] PASSED tests/models/test_whatwg.py::test_urlparse[test_case460] PASSED tests/models/test_whatwg.py::test_urlparse[test_case461] PASSED tests/models/test_whatwg.py::test_urlparse[test_case462] PASSED tests/models/test_whatwg.py::test_urlparse[test_case463] PASSED tests/models/test_whatwg.py::test_urlparse[test_case464] PASSED tests/models/test_whatwg.py::test_urlparse[test_case465] PASSED tests/models/test_whatwg.py::test_urlparse[test_case466] PASSED tests/models/test_whatwg.py::test_urlparse[test_case467] PASSED tests/models/test_whatwg.py::test_urlparse[test_case468] PASSED tests/models/test_whatwg.py::test_urlparse[test_case469] PASSED tests/models/test_whatwg.py::test_urlparse[test_case470] PASSED tests/models/test_whatwg.py::test_urlparse[test_case471] PASSED tests/models/test_whatwg.py::test_urlparse[test_case472] PASSED tests/models/test_whatwg.py::test_urlparse[test_case473] PASSED tests/models/test_whatwg.py::test_urlparse[test_case474] PASSED tests/models/test_whatwg.py::test_urlparse[test_case475] PASSED tests/models/test_whatwg.py::test_urlparse[test_case476] PASSED tests/models/test_whatwg.py::test_urlparse[test_case477] PASSED tests/models/test_whatwg.py::test_urlparse[test_case478] PASSED tests/models/test_whatwg.py::test_urlparse[test_case479] PASSED tests/models/test_whatwg.py::test_urlparse[test_case480] PASSED tests/models/test_whatwg.py::test_urlparse[test_case481] PASSED tests/models/test_whatwg.py::test_urlparse[test_case482] PASSED tests/models/test_whatwg.py::test_urlparse[test_case483] PASSED tests/models/test_whatwg.py::test_urlparse[test_case484] PASSED tests/models/test_whatwg.py::test_urlparse[test_case485] PASSED tests/models/test_whatwg.py::test_urlparse[test_case486] PASSED tests/models/test_whatwg.py::test_urlparse[test_case487] PASSED tests/models/test_whatwg.py::test_urlparse[test_case488] PASSED tests/models/test_whatwg.py::test_urlparse[test_case489] PASSED tests/models/test_whatwg.py::test_urlparse[test_case490] PASSED tests/models/test_whatwg.py::test_urlparse[test_case491] PASSED tests/models/test_whatwg.py::test_urlparse[test_case492] PASSED tests/models/test_whatwg.py::test_urlparse[test_case493] PASSED tests/models/test_whatwg.py::test_urlparse[test_case494] PASSED tests/models/test_whatwg.py::test_urlparse[test_case495] PASSED tests/models/test_whatwg.py::test_urlparse[test_case496] PASSED tests/models/test_whatwg.py::test_urlparse[test_case497] PASSED tests/models/test_whatwg.py::test_urlparse[test_case498] PASSED tests/models/test_whatwg.py::test_urlparse[test_case499] PASSED tests/models/test_whatwg.py::test_urlparse[test_case500] PASSED tests/models/test_whatwg.py::test_urlparse[test_case501] PASSED tests/models/test_whatwg.py::test_urlparse[test_case502] PASSED tests/models/test_whatwg.py::test_urlparse[test_case503] PASSED tests/models/test_whatwg.py::test_urlparse[test_case504] PASSED tests/models/test_whatwg.py::test_urlparse[test_case505] PASSED tests/models/test_whatwg.py::test_urlparse[test_case506] PASSED tests/models/test_whatwg.py::test_urlparse[test_case507] PASSED tests/models/test_whatwg.py::test_urlparse[test_case508] PASSED tests/models/test_whatwg.py::test_urlparse[test_case509] PASSED tests/models/test_whatwg.py::test_urlparse[test_case510] PASSED tests/models/test_whatwg.py::test_urlparse[test_case511] PASSED tests/models/test_whatwg.py::test_urlparse[test_case512] PASSED tests/models/test_whatwg.py::test_urlparse[test_case513] PASSED tests/models/test_whatwg.py::test_urlparse[test_case514] PASSED tests/models/test_whatwg.py::test_urlparse[test_case515] PASSED tests/models/test_whatwg.py::test_urlparse[test_case516] PASSED tests/models/test_whatwg.py::test_urlparse[test_case517] PASSED tests/models/test_whatwg.py::test_urlparse[test_case518] PASSED tests/models/test_whatwg.py::test_urlparse[test_case519] PASSED tests/models/test_whatwg.py::test_urlparse[test_case520] PASSED tests/models/test_whatwg.py::test_urlparse[test_case521] PASSED tests/models/test_whatwg.py::test_urlparse[test_case522] PASSED tests/models/test_whatwg.py::test_urlparse[test_case523] PASSED tests/models/test_whatwg.py::test_urlparse[test_case524] PASSED tests/models/test_whatwg.py::test_urlparse[test_case525] PASSED tests/models/test_whatwg.py::test_urlparse[test_case526] PASSED tests/models/test_whatwg.py::test_urlparse[test_case527] PASSED tests/models/test_whatwg.py::test_urlparse[test_case528] PASSED tests/models/test_whatwg.py::test_urlparse[test_case529] PASSED tests/models/test_whatwg.py::test_urlparse[test_case530] PASSED tests/models/test_whatwg.py::test_urlparse[test_case531] PASSED tests/models/test_whatwg.py::test_urlparse[test_case532] PASSED tests/models/test_whatwg.py::test_urlparse[test_case533] PASSED tests/models/test_whatwg.py::test_urlparse[test_case534] PASSED tests/models/test_whatwg.py::test_urlparse[test_case535] PASSED tests/models/test_whatwg.py::test_urlparse[test_case536] PASSED tests/models/test_whatwg.py::test_urlparse[test_case537] PASSED tests/models/test_whatwg.py::test_urlparse[test_case538] PASSED tests/models/test_whatwg.py::test_urlparse[test_case539] PASSED tests/models/test_whatwg.py::test_urlparse[test_case540] PASSED tests/models/test_whatwg.py::test_urlparse[test_case541] PASSED tests/models/test_whatwg.py::test_urlparse[test_case542] PASSED tests/models/test_whatwg.py::test_urlparse[test_case543] PASSED tests/models/test_whatwg.py::test_urlparse[test_case544] PASSED tests/models/test_whatwg.py::test_urlparse[test_case545] PASSED tests/models/test_whatwg.py::test_urlparse[test_case546] PASSED tests/models/test_whatwg.py::test_urlparse[test_case547] PASSED tests/models/test_whatwg.py::test_urlparse[test_case548] PASSED tests/models/test_whatwg.py::test_urlparse[test_case549] PASSED tests/models/test_whatwg.py::test_urlparse[test_case550] PASSED tests/models/test_whatwg.py::test_urlparse[test_case551] PASSED tests/models/test_whatwg.py::test_urlparse[test_case552] PASSED tests/models/test_whatwg.py::test_urlparse[test_case553] PASSED tests/models/test_whatwg.py::test_urlparse[test_case554] PASSED tests/models/test_whatwg.py::test_urlparse[test_case555] PASSED tests/models/test_whatwg.py::test_urlparse[test_case556] PASSED tests/models/test_whatwg.py::test_urlparse[test_case557] PASSED tests/models/test_whatwg.py::test_urlparse[test_case558] PASSED tests/models/test_whatwg.py::test_urlparse[test_case559] PASSED tests/models/test_whatwg.py::test_urlparse[test_case560] PASSED tests/models/test_whatwg.py::test_urlparse[test_case561] PASSED tests/models/test_whatwg.py::test_urlparse[test_case562] PASSED tests/test_api.py::test_get PASSED tests/test_api.py::test_post PASSED tests/test_api.py::test_post_byte_iterator PASSED tests/test_api.py::test_post_byte_stream PASSED tests/test_api.py::test_options PASSED tests/test_api.py::test_head PASSED tests/test_api.py::test_put PASSED tests/test_api.py::test_patch PASSED tests/test_api.py::test_delete PASSED tests/test_api.py::test_stream PASSED tests/test_api.py::test_get_invalid_url PASSED tests/test_asgi.py::test_asgi_transport[asyncio] PASSED tests/test_asgi.py::test_asgi_transport_no_body[asyncio] PASSED tests/test_asgi.py::test_asgi[asyncio] PASSED tests/test_asgi.py::test_asgi_urlencoded_path[asyncio] PASSED tests/test_asgi.py::test_asgi_raw_path[asyncio] PASSED tests/test_asgi.py::test_asgi_raw_path_should_not_include_querystring_portion[asyncio] PASSED tests/test_asgi.py::test_asgi_upload[asyncio] PASSED tests/test_asgi.py::test_asgi_headers[asyncio] PASSED tests/test_asgi.py::test_asgi_exc[asyncio] PASSED tests/test_asgi.py::test_asgi_exc_after_response[asyncio] PASSED tests/test_asgi.py::test_asgi_disconnect_after_response_complete[asyncio] PASSED tests/test_asgi.py::test_asgi_exc_no_raise[asyncio] PASSED tests/test_asgi.py::test_deprecated_shortcut[asyncio] PASSED tests/test_auth.py::test_basic_auth PASSED tests/test_auth.py::test_digest_auth_with_200 PASSED tests/test_auth.py::test_digest_auth_with_401 PASSED tests/test_auth.py::test_digest_auth_with_401_nonce_counting PASSED tests/test_auth.py::test_digest_auth_setting_cookie_in_request PASSED tests/test_auth.py::test_digest_auth_rfc_2069 PASSED tests/test_auth.py::test_digest_auth_rfc_7616_md5 PASSED tests/test_auth.py::test_digest_auth_rfc_7616_sha_256 PASSED tests/test_config.py::test_load_ssl_config PASSED tests/test_config.py::test_load_ssl_config_verify_non_existing_path PASSED tests/test_config.py::test_load_ssl_config_verify_existing_file PASSED tests/test_config.py::test_load_ssl_config_verify_env_file[SSL_CERT_FILE] PASSED tests/test_config.py::test_load_ssl_config_verify_env_file[SSL_CERT_DIR] PASSED tests/test_config.py::test_load_ssl_config_verify_directory PASSED tests/test_config.py::test_load_ssl_config_cert_and_key PASSED tests/test_config.py::test_load_ssl_config_cert_and_encrypted_key[password0] PASSED tests/test_config.py::test_load_ssl_config_cert_and_encrypted_key[password1] PASSED tests/test_config.py::test_load_ssl_config_cert_and_key_invalid_password PASSED tests/test_config.py::test_load_ssl_config_cert_without_key_raises PASSED tests/test_config.py::test_load_ssl_config_no_verify PASSED tests/test_config.py::test_load_ssl_context PASSED tests/test_config.py::test_create_ssl_context_with_get_request PASSED tests/test_config.py::test_limits_repr PASSED tests/test_config.py::test_limits_eq PASSED tests/test_config.py::test_timeout_eq PASSED tests/test_config.py::test_timeout_all_parameters_set PASSED tests/test_config.py::test_timeout_from_nothing PASSED tests/test_config.py::test_timeout_from_none PASSED tests/test_config.py::test_timeout_from_one_none_value PASSED tests/test_config.py::test_timeout_from_one_value PASSED tests/test_config.py::test_timeout_from_one_value_and_default PASSED tests/test_config.py::test_timeout_missing_default PASSED tests/test_config.py::test_timeout_from_tuple PASSED tests/test_config.py::test_timeout_from_config_instance PASSED tests/test_config.py::test_timeout_repr PASSED tests/test_config.py::test_ssl_config_support_for_keylog_file PASSED tests/test_config.py::test_proxy_from_url PASSED tests/test_config.py::test_proxy_with_auth_from_url PASSED tests/test_config.py::test_invalid_proxy_scheme PASSED tests/test_content.py::test_empty_content[asyncio] PASSED tests/test_content.py::test_bytes_content[asyncio] PASSED tests/test_content.py::test_bytesio_content[asyncio] PASSED tests/test_content.py::test_async_bytesio_content[asyncio] PASSED tests/test_content.py::test_iterator_content[asyncio] PASSED tests/test_content.py::test_aiterator_content[asyncio] PASSED tests/test_content.py::test_json_content[asyncio] PASSED tests/test_content.py::test_urlencoded_content[asyncio] PASSED tests/test_content.py::test_urlencoded_boolean[asyncio] PASSED tests/test_content.py::test_urlencoded_none[asyncio] PASSED tests/test_content.py::test_urlencoded_list[asyncio] PASSED tests/test_content.py::test_multipart_files_content[asyncio] PASSED tests/test_content.py::test_multipart_data_and_files_content[asyncio] PASSED tests/test_content.py::test_empty_request[asyncio] PASSED tests/test_content.py::test_multipart_multiple_files_single_input_content[asyncio] PASSED tests/test_content.py::test_response_empty_content[asyncio] PASSED tests/test_content.py::test_response_bytes_content[asyncio] PASSED tests/test_content.py::test_response_iterator_content[asyncio] PASSED tests/test_content.py::test_response_aiterator_content[asyncio] PASSED tests/test_content.py::test_invalid_argument PASSED tests/test_content.py::test_response_invalid_argument PASSED tests/test_decoders.py::test_deflate PASSED tests/test_decoders.py::test_zlib PASSED tests/test_decoders.py::test_gzip PASSED tests/test_decoders.py::test_brotli PASSED tests/test_decoders.py::test_zstd PASSED tests/test_decoders.py::test_zstd_decoding_error PASSED tests/test_decoders.py::test_zstd_multiframe PASSED tests/test_decoders.py::test_multi PASSED tests/test_decoders.py::test_multi_with_identity PASSED tests/test_decoders.py::test_streaming[asyncio] PASSED tests/test_decoders.py::test_text_decoder_with_autodetect[asyncio-data0-ascii] PASSED tests/test_decoders.py::test_text_decoder_with_autodetect[asyncio-data1-utf-8] PASSED tests/test_decoders.py::test_text_decoder_with_autodetect[asyncio-data2-cp1252] PASSED tests/test_decoders.py::test_text_decoder_with_autodetect[asyncio-data3-iso-8859-1] PASSED tests/test_decoders.py::test_text_decoder_known_encoding[asyncio] PASSED tests/test_decoders.py::test_empty_content[deflate] PASSED tests/test_decoders.py::test_empty_content[gzip] PASSED tests/test_decoders.py::test_empty_content[br] PASSED tests/test_decoders.py::test_empty_content[identity] PASSED tests/test_decoders.py::test_decoders_empty_cases[deflate] PASSED tests/test_decoders.py::test_decoders_empty_cases[gzip] PASSED tests/test_decoders.py::test_decoders_empty_cases[br] PASSED tests/test_decoders.py::test_decoders_empty_cases[identity] PASSED tests/test_decoders.py::test_decoding_errors[deflate] PASSED tests/test_decoders.py::test_decoding_errors[gzip] PASSED tests/test_decoders.py::test_decoding_errors[br] PASSED tests/test_decoders.py::test_text_decoder_empty_cases PASSED tests/test_decoders.py::test_streaming_text_decoder[data0-expected0] PASSED tests/test_decoders.py::test_line_decoder_nl PASSED tests/test_decoders.py::test_line_decoder_cr PASSED tests/test_decoders.py::test_line_decoder_crnl PASSED tests/test_decoders.py::test_invalid_content_encoding_header PASSED tests/test_exceptions.py::test_httpcore_all_exceptions_mapped PASSED tests/test_exceptions.py::test_httpcore_exception_mapping PASSED tests/test_exceptions.py::test_request_attribute PASSED tests/test_exported_members.py::test_all_imports_are_exported PASSED tests/test_main.py::test_help PASSED tests/test_main.py::test_get PASSED tests/test_main.py::test_json PASSED tests/test_main.py::test_binary PASSED tests/test_main.py::test_redirects PASSED tests/test_main.py::test_follow_redirects PASSED tests/test_main.py::test_post PASSED tests/test_main.py::test_verbose PASSED tests/test_main.py::test_auth PASSED tests/test_main.py::test_download PASSED tests/test_main.py::test_errors PASSED tests/test_multipart.py::test_multipart[abc-abc0] PASSED tests/test_multipart.py::test_multipart[abc-abc1] PASSED tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary=+++; charset=utf-8] PASSED tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; charset=utf-8; boundary=+++] PASSED tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary=+++] PASSED tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary=+++ ;] PASSED tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary="+++"; charset=utf-8] PASSED tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; charset=utf-8; boundary="+++"] PASSED tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary="+++"] PASSED tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary="+++" ;] PASSED tests/test_multipart.py::test_multipart_header_without_boundary[multipart/form-data; charset=utf-8] PASSED tests/test_multipart.py::test_multipart_header_without_boundary[multipart/form-data; charset=utf-8; ] PASSED tests/test_multipart.py::test_multipart_invalid_key[abc] PASSED tests/test_multipart.py::test_multipart_invalid_key[1] PASSED tests/test_multipart.py::test_multipart_invalid_key[2.3] PASSED tests/test_multipart.py::test_multipart_invalid_key[None] PASSED tests/test_multipart.py::test_multipart_invalid_value[value0] PASSED tests/test_multipart.py::test_multipart_invalid_value[value1] PASSED tests/test_multipart.py::test_multipart_file_tuple PASSED tests/test_multipart.py::test_multipart_file_tuple_headers[None] PASSED tests/test_multipart.py::test_multipart_file_tuple_headers[text/plain] PASSED tests/test_multipart.py::test_multipart_headers_include_content_type PASSED tests/test_multipart.py::test_multipart_encode PASSED tests/test_multipart.py::test_multipart_encode_unicode_file_contents PASSED tests/test_multipart.py::test_multipart_encode_files_allows_filenames_as_none PASSED tests/test_multipart.py::test_multipart_encode_files_guesses_correct_content_type[example.json-application/json] PASSED tests/test_multipart.py::test_multipart_encode_files_guesses_correct_content_type[example.txt-text/plain] PASSED tests/test_multipart.py::test_multipart_encode_files_guesses_correct_content_type[no-extension-application/octet-stream] PASSED tests/test_multipart.py::test_multipart_encode_files_allows_bytes_content PASSED tests/test_multipart.py::test_multipart_encode_files_allows_str_content PASSED tests/test_multipart.py::test_multipart_encode_files_raises_exception_with_StringIO_content PASSED tests/test_multipart.py::test_multipart_encode_files_raises_exception_with_text_mode_file PASSED tests/test_multipart.py::test_multipart_encode_non_seekable_filelike PASSED tests/test_multipart.py::test_multipart_rewinds_files PASSED tests/test_multipart.py::TestHeaderParamHTML5Formatting::test_unicode PASSED tests/test_multipart.py::TestHeaderParamHTML5Formatting::test_ascii PASSED tests/test_multipart.py::TestHeaderParamHTML5Formatting::test_unicode_escape PASSED tests/test_multipart.py::TestHeaderParamHTML5Formatting::test_unicode_with_control_character PASSED tests/test_status_codes.py::test_status_code_as_int PASSED tests/test_status_codes.py::test_status_code_value_lookup PASSED tests/test_status_codes.py::test_status_code_phrase_lookup PASSED tests/test_status_codes.py::test_lowercase_status_code PASSED tests/test_status_codes.py::test_reason_phrase_for_status_code PASSED tests/test_status_codes.py::test_reason_phrase_for_unknown_status_code PASSED tests/test_timeouts.py::test_read_timeout[asyncio] PASSED tests/test_timeouts.py::test_write_timeout[asyncio] PASSED tests/test_timeouts.py::test_connect_timeout[asyncio] PASSED tests/test_timeouts.py::test_pool_timeout[asyncio] PASSED tests/test_timeouts.py::test_async_client_new_request_send_timeout[asyncio] PASSED tests/test_utils.py::test_encoded[utf-32] PASSED tests/test_utils.py::test_encoded[utf-8-sig] PASSED tests/test_utils.py::test_encoded[utf-16] PASSED tests/test_utils.py::test_encoded[utf-8] PASSED tests/test_utils.py::test_encoded[utf-16-be] PASSED tests/test_utils.py::test_encoded[utf-16-le] PASSED tests/test_utils.py::test_encoded[utf-32-be] PASSED tests/test_utils.py::test_encoded[utf-32-le] PASSED tests/test_utils.py::test_bad_utf_like_encoding PASSED tests/test_utils.py::test_guess_by_bom[utf-16-be-utf-16] PASSED tests/test_utils.py::test_guess_by_bom[utf-16-le-utf-16] PASSED tests/test_utils.py::test_guess_by_bom[utf-32-be-utf-32] PASSED tests/test_utils.py::test_guess_by_bom[utf-32-le-utf-32] PASSED tests/test_utils.py::test_parse_header_links[; rel=front; type="image/jpeg"-expected0] PASSED tests/test_utils.py::test_parse_header_links[-expected1] PASSED tests/test_utils.py::test_parse_header_links[;-expected2] PASSED tests/test_utils.py::test_parse_header_links[; type="image/jpeg",;-expected3] PASSED tests/test_utils.py::test_parse_header_links[-expected4] PASSED tests/test_utils.py::test_parse_header_links_no_link PASSED tests/test_utils.py::test_logging_request PASSED tests/test_utils.py::test_logging_redirect_chain PASSED tests/test_utils.py::test_logging_ssl PASSED tests/test_utils.py::test_get_ssl_cert_file PASSED tests/test_utils.py::test_get_environment_proxies[environment0-proxies0] PASSED tests/test_utils.py::test_get_environment_proxies[environment1-proxies1] PASSED tests/test_utils.py::test_get_environment_proxies[environment2-proxies2] PASSED tests/test_utils.py::test_get_environment_proxies[environment3-proxies3] PASSED tests/test_utils.py::test_get_environment_proxies[environment4-proxies4] PASSED tests/test_utils.py::test_get_environment_proxies[environment5-proxies5] PASSED tests/test_utils.py::test_get_environment_proxies[environment6-proxies6] PASSED tests/test_utils.py::test_get_environment_proxies[environment7-proxies7] PASSED tests/test_utils.py::test_get_environment_proxies[environment8-proxies8] PASSED tests/test_utils.py::test_get_environment_proxies[environment9-proxies9] PASSED tests/test_utils.py::test_get_environment_proxies[environment10-proxies10] PASSED tests/test_utils.py::test_get_environment_proxies[environment11-proxies11] PASSED tests/test_utils.py::test_obfuscate_sensitive_headers[headers0-output0] PASSED tests/test_utils.py::test_obfuscate_sensitive_headers[headers1-output1] PASSED tests/test_utils.py::test_obfuscate_sensitive_headers[headers2-output2] PASSED tests/test_utils.py::test_same_origin PASSED tests/test_utils.py::test_not_same_origin PASSED tests/test_utils.py::test_is_https_redirect PASSED tests/test_utils.py::test_is_not_https_redirect PASSED tests/test_utils.py::test_is_not_https_redirect_if_not_default_ports PASSED tests/test_utils.py::test_url_matches[http://example.com-http://example.com-True] PASSED tests/test_utils.py::test_url_matches[http://example.com-https://example.com-False] PASSED tests/test_utils.py::test_url_matches[http://example.com-http://other.com-False] PASSED tests/test_utils.py::test_url_matches[http://example.com:123-http://example.com:123-True] PASSED tests/test_utils.py::test_url_matches[http://example.com:123-http://example.com:456-False] PASSED tests/test_utils.py::test_url_matches[http://example.com:123-http://example.com-False] PASSED tests/test_utils.py::test_url_matches[all://example.com-http://example.com-True] PASSED tests/test_utils.py::test_url_matches[all://example.com-https://example.com-True] PASSED tests/test_utils.py::test_url_matches[http://-http://example.com-True] PASSED tests/test_utils.py::test_url_matches[http://-https://example.com-False] PASSED tests/test_utils.py::test_url_matches[all://-https://example.com:123-True] PASSED tests/test_utils.py::test_url_matches[-https://example.com:123-True] PASSED tests/test_utils.py::test_pattern_priority PASSED tests/test_wsgi.py::test_wsgi PASSED tests/test_wsgi.py::test_wsgi_upload PASSED tests/test_wsgi.py::test_wsgi_upload_with_response_stream PASSED tests/test_wsgi.py::test_wsgi_exc PASSED tests/test_wsgi.py::test_wsgi_http_error PASSED tests/test_wsgi.py::test_wsgi_generator PASSED tests/test_wsgi.py::test_wsgi_generator_empty PASSED tests/test_wsgi.py::test_logging PASSED tests/test_wsgi.py::test_wsgi_server_port[auto-http] PASSED tests/test_wsgi.py::test_wsgi_server_port[auto-https] PASSED tests/test_wsgi.py::test_wsgi_server_port[explicit-port] PASSED tests/test_wsgi.py::test_wsgi_server_protocol PASSED tests/test_wsgi.py::test_deprecated_shortcut PASSED =========================== short test summary info ============================ ======== 1299 passed, 1 skipped ========