Obsolete golang-120
[oi-userland.git] / components / python / urllib3 / test / results-all.master
blob2bd4465f14e19e4fd35e88964643172b13985a32
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 collecting ... collected 2044 items
8 test/contrib/test_pyopenssl.py::TestClientCerts::test_client_cert_with_bytes_password PASSED
9 test/contrib/test_pyopenssl.py::TestClientCerts::test_client_cert_with_string_password PASSED
10 test/contrib/test_pyopenssl.py::TestClientCerts::test_client_certs_one_file PASSED
11 test/contrib/test_pyopenssl.py::TestClientCerts::test_client_certs_two_files PASSED
12 test/contrib/test_pyopenssl.py::TestClientCerts::test_load_invalid_cert_file PASSED
13 test/contrib/test_pyopenssl.py::TestClientCerts::test_load_keyfile_with_invalid_password PASSED
14 test/contrib/test_pyopenssl.py::TestClientCerts::test_missing_client_certs_raises_error PASSED
15 test/contrib/test_pyopenssl.py::TestHTTPS::test_alpn_default SKIPPED
16 test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_md5 SKIPPED
17 test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_sha1 SKIPPED
18 test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_fingerprint_sha256 SKIPPED
19 test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_hostname_false SKIPPED
20 test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_invalid_fingerprint SKIPPED
21 test/contrib/test_pyopenssl.py::TestHTTPS::test_assert_specific_hostname SKIPPED
22 test/contrib/test_pyopenssl.py::TestHTTPS::test_ca_dir_verified SKIPPED
23 test/contrib/test_pyopenssl.py::TestHTTPS::test_client_encrypted_key_requires_password SKIPPED
24 test/contrib/test_pyopenssl.py::TestHTTPS::test_client_intermediate SKIPPED
25 test/contrib/test_pyopenssl.py::TestHTTPS::test_client_key_password SKIPPED
26 test/contrib/test_pyopenssl.py::TestHTTPS::test_client_no_intermediate SKIPPED
27 test/contrib/test_pyopenssl.py::TestHTTPS::test_context_combines_with_ca_certs SKIPPED
28 test/contrib/test_pyopenssl.py::TestHTTPS::test_default_ssl_context_ssl_min_max_versions PASSED
29 test/contrib/test_pyopenssl.py::TestHTTPS::test_dotted_fqdn SKIPPED
30 test/contrib/test_pyopenssl.py::TestHTTPS::test_enhanced_ssl_connection SKIPPED
31 test/contrib/test_pyopenssl.py::TestHTTPS::test_enhanced_timeout PASSED
32 test/contrib/test_pyopenssl.py::TestHTTPS::test_good_fingerprint_and_hostname_mismatch SKIPPED
33 test/contrib/test_pyopenssl.py::TestHTTPS::test_https_timeout SKIPPED
34 test/contrib/test_pyopenssl.py::TestHTTPS::test_invalid_common_name SKIPPED
35 test/contrib/test_pyopenssl.py::TestHTTPS::test_no_ssl PASSED
36 test/contrib/test_pyopenssl.py::TestHTTPS::test_no_tls_version_deprecation_with_ssl_context SKIPPED
37 test/contrib/test_pyopenssl.py::TestHTTPS::test_server_hostname SKIPPED
38 test/contrib/test_pyopenssl.py::TestHTTPS::test_set_cert_default_cert_required PASSED
39 test/contrib/test_pyopenssl.py::TestHTTPS::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED
40 test/contrib/test_pyopenssl.py::TestHTTPS::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED
41 test/contrib/test_pyopenssl.py::TestHTTPS::test_set_ssl_version_to_tls_version SKIPPED
42 test/contrib/test_pyopenssl.py::TestHTTPS::test_simple SKIPPED (Skip...)
43 test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED
44 test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_correct_system_time SKIPPED
45 test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_unverified_with_ca_certs SKIPPED
46 test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_version_is_deprecated SKIPPED
47 test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED
48 test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED
49 test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED
50 test/contrib/test_pyopenssl.py::TestHTTPS::test_ssl_wrong_system_time SKIPPED
51 test/contrib/test_pyopenssl.py::TestHTTPS::test_sslkeylogfile SKIPPED
52 test/contrib/test_pyopenssl.py::TestHTTPS::test_sslkeylogfile_empty[None] SKIPPED
53 test/contrib/test_pyopenssl.py::TestHTTPS::test_sslkeylogfile_empty[] SKIPPED
54 test/contrib/test_pyopenssl.py::TestHTTPS::test_tls_protocol_name_of_socket SKIPPED
55 test/contrib/test_pyopenssl.py::TestHTTPS::test_tls_version_maximum_and_minimum SKIPPED
56 test/contrib/test_pyopenssl.py::TestHTTPS::test_tunnel SKIPPED (Skip...)
57 test/contrib/test_pyopenssl.py::TestHTTPS::test_unverified_ssl SKIPPED
58 test/contrib/test_pyopenssl.py::TestHTTPS::test_verified SKIPPED (Sk...)
59 test/contrib/test_pyopenssl.py::TestHTTPS::test_verified_with_bad_ca_certs SKIPPED
60 test/contrib/test_pyopenssl.py::TestHTTPS::test_verified_with_context SKIPPED
61 test/contrib/test_pyopenssl.py::TestHTTPS::test_verified_without_ca_certs SKIPPED
62 test/contrib/test_pyopenssl.py::TestHTTPS::test_verify_none_and_bad_fingerprint PASSED
63 test/contrib/test_pyopenssl.py::TestHTTPS::test_verify_none_and_good_fingerprint PASSED
64 test/contrib/test_pyopenssl.py::TestHTTPS::test_wrap_socket_failure_resource_leak SKIPPED
65 test/contrib/test_pyopenssl.py::TestHTTPS_IPV4SAN::test_can_validate_ip_san PASSED
66 test/contrib/test_pyopenssl.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san[::1] PASSED
67 test/contrib/test_pyopenssl.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san[[::1]] PASSED
68 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_alpn_default SKIPPED
69 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_md5 SKIPPED
70 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha1 SKIPPED
71 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha256 SKIPPED
72 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_hostname_false SKIPPED
73 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_invalid_fingerprint SKIPPED
74 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_assert_specific_hostname SKIPPED
75 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ca_dir_verified SKIPPED
76 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_encrypted_key_requires_password SKIPPED
77 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_intermediate SKIPPED
78 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_key_password SKIPPED
79 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_client_no_intermediate SKIPPED
80 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_context_combines_with_ca_certs SKIPPED
81 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_default_ssl_context_ssl_min_max_versions SKIPPED
82 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_dotted_fqdn SKIPPED
83 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_enhanced_ssl_connection SKIPPED
84 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_enhanced_timeout SKIPPED
85 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_good_fingerprint_and_hostname_mismatch SKIPPED
86 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_https_timeout SKIPPED
87 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_invalid_common_name SKIPPED
88 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_no_ssl SKIPPED
89 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_no_tls_version_deprecation_with_ssl_context SKIPPED
90 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_server_hostname SKIPPED
91 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_cert_default_cert_required SKIPPED
92 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] SKIPPED
93 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] SKIPPED
94 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_set_ssl_version_to_tls_version SKIPPED
95 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_simple SKIPPED
96 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED
97 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_correct_system_time SKIPPED
98 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_unverified_with_ca_certs SKIPPED
99 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_version_is_deprecated SKIPPED
100 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED
101 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED
102 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED
103 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_ssl_wrong_system_time SKIPPED
104 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_sslkeylogfile SKIPPED
105 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_sslkeylogfile_empty[None] SKIPPED
106 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_sslkeylogfile_empty[] SKIPPED
107 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_tls_protocol_name_of_socket SKIPPED
108 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_tls_version_maximum_and_minimum SKIPPED
109 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_tunnel SKIPPED
110 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_unverified_ssl SKIPPED
111 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified SKIPPED
112 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_with_bad_ca_certs SKIPPED
113 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_with_context SKIPPED
114 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verified_without_ca_certs SKIPPED
115 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verify_none_and_bad_fingerprint SKIPPED
116 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_verify_none_and_good_fingerprint SKIPPED
117 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1::test_wrap_socket_failure_resource_leak SKIPPED
118 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_alpn_default SKIPPED
119 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_md5 SKIPPED
120 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha1 SKIPPED
121 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha256 SKIPPED
122 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_hostname_false SKIPPED
123 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_invalid_fingerprint SKIPPED
124 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_assert_specific_hostname SKIPPED
125 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ca_dir_verified SKIPPED
126 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_encrypted_key_requires_password SKIPPED
127 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_intermediate SKIPPED
128 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_key_password SKIPPED
129 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_client_no_intermediate SKIPPED
130 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_context_combines_with_ca_certs SKIPPED
131 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_default_ssl_context_ssl_min_max_versions SKIPPED
132 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_dotted_fqdn SKIPPED
133 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_enhanced_ssl_connection SKIPPED
134 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_enhanced_timeout SKIPPED
135 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_good_fingerprint_and_hostname_mismatch SKIPPED
136 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_https_timeout SKIPPED
137 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_invalid_common_name SKIPPED
138 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_no_ssl SKIPPED
139 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_no_tls_version_deprecation_with_ssl_context SKIPPED
140 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_server_hostname SKIPPED
141 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_cert_default_cert_required SKIPPED
142 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] SKIPPED
143 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] SKIPPED
144 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_set_ssl_version_to_tls_version SKIPPED
145 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_simple SKIPPED
146 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED
147 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_correct_system_time SKIPPED
148 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_unverified_with_ca_certs SKIPPED
149 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_version_is_deprecated SKIPPED
150 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED
151 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED
152 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED
153 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_ssl_wrong_system_time SKIPPED
154 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_sslkeylogfile SKIPPED
155 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_sslkeylogfile_empty[None] SKIPPED
156 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_sslkeylogfile_empty[] SKIPPED
157 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_tls_protocol_name_of_socket SKIPPED
158 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_tls_version_maximum_and_minimum SKIPPED
159 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_tunnel SKIPPED
160 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_unverified_ssl SKIPPED
161 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified SKIPPED
162 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_with_bad_ca_certs SKIPPED
163 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_with_context SKIPPED
164 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verified_without_ca_certs SKIPPED
165 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verify_none_and_bad_fingerprint SKIPPED
166 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_verify_none_and_good_fingerprint SKIPPED
167 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_1::test_wrap_socket_failure_resource_leak SKIPPED
168 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_alpn_default PASSED
169 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_md5 PASSED
170 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha1 PASSED
171 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha256 PASSED
172 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_hostname_false PASSED
173 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_invalid_fingerprint PASSED
174 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_assert_specific_hostname PASSED
175 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ca_dir_verified PASSED
176 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_encrypted_key_requires_password PASSED
177 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_intermediate PASSED
178 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_key_password PASSED
179 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_client_no_intermediate PASSED
180 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_context_combines_with_ca_certs PASSED
181 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_default_ssl_context_ssl_min_max_versions PASSED
182 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_dotted_fqdn PASSED
183 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_enhanced_ssl_connection PASSED
184 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_enhanced_timeout PASSED
185 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_good_fingerprint_and_hostname_mismatch PASSED
186 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_https_timeout PASSED
187 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_invalid_common_name PASSED
188 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_no_ssl PASSED
189 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_no_tls_version_deprecation_with_ssl_context PASSED
190 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_server_hostname PASSED
191 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_cert_default_cert_required PASSED
192 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED
193 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED
194 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_set_ssl_version_to_tls_version PASSED
195 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_simple PASSED
196 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_context_ssl_version_uses_ssl_min_max_versions PASSED
197 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_correct_system_time PASSED
198 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_unverified_with_ca_certs PASSED
199 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_version_is_deprecated PASSED
200 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] PASSED
201 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] PASSED
202 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] PASSED
203 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_ssl_wrong_system_time PASSED
204 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_sslkeylogfile SKIPPED
205 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_sslkeylogfile_empty[None] PASSED
206 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_sslkeylogfile_empty[] PASSED
207 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_tls_protocol_name_of_socket PASSED
208 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_tls_version_maximum_and_minimum PASSED
209 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_tunnel PASSED
210 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_unverified_ssl PASSED
211 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified PASSED
212 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_with_bad_ca_certs PASSED
213 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_with_context PASSED
214 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verified_without_ca_certs PASSED
215 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verify_none_and_bad_fingerprint PASSED
216 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_verify_none_and_good_fingerprint PASSED
217 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_wrap_socket_failure_resource_leak PASSED
218 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_alpn_default PASSED
219 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_md5 PASSED
220 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha1 PASSED
221 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha256 PASSED
222 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_hostname_false PASSED
223 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_invalid_fingerprint PASSED
224 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_assert_specific_hostname PASSED
225 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ca_dir_verified PASSED
226 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_encrypted_key_requires_password PASSED
227 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_intermediate PASSED
228 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_key_password PASSED
229 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_client_no_intermediate PASSED
230 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_context_combines_with_ca_certs PASSED
231 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_default_ssl_context_ssl_min_max_versions PASSED
232 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_dotted_fqdn PASSED
233 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_enhanced_ssl_connection PASSED
234 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_enhanced_timeout PASSED
235 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_good_fingerprint_and_hostname_mismatch PASSED
236 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_https_timeout PASSED
237 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_invalid_common_name PASSED
238 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_no_ssl PASSED
239 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_no_tls_version_deprecation_with_ssl_context PASSED
240 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_server_hostname PASSED
241 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_cert_default_cert_required PASSED
242 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED
243 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED
244 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_set_ssl_version_to_tls_version PASSED
245 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_simple PASSED
246 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED
247 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_correct_system_time PASSED
248 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_unverified_with_ca_certs PASSED
249 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_version_is_deprecated SKIPPED
250 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] PASSED
251 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] PASSED
252 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] PASSED
253 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_ssl_wrong_system_time PASSED
254 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_sslkeylogfile SKIPPED
255 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_sslkeylogfile_empty[None] PASSED
256 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_sslkeylogfile_empty[] PASSED
257 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_tls_protocol_name_of_socket PASSED
258 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_tls_version_maximum_and_minimum PASSED
259 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_tunnel PASSED
260 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_unverified_ssl PASSED
261 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified PASSED
262 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_with_bad_ca_certs PASSED
263 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_with_context PASSED
264 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verified_without_ca_certs PASSED
265 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verify_none_and_bad_fingerprint PASSED
266 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_verify_none_and_good_fingerprint PASSED
267 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_wrap_socket_failure_resource_leak PASSED
268 test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_leading_period PASSED
269 test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_leading_splat PASSED
270 test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_dnsname_to_stdlib_simple PASSED
271 test/contrib/test_pyopenssl.py::TestPyOpenSSLHelpers::test_get_subj_alt_name PASSED
272 test/contrib/test_pyopenssl.py::TestSNI::test_hostname_in_first_request_packet PASSED
273 test/contrib/test_pyopenssl.py::TestSSL::test_assert_fingerprint_raises_exception_on_none_cert PASSED
274 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_default_ciphers PASSED
275 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_pha[False-True] PASSED
276 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_pha[None-None] PASSED
277 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_pha[True-True] PASSED
278 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_set_ciphers PASSED
279 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs0] PASSED
280 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs1] PASSED
281 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs2] PASSED
282 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs0] PASSED
283 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs1] PASSED
284 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs2] PASSED
285 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs0] PASSED
286 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs1] PASSED
287 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs2] PASSED
288 test/contrib/test_pyopenssl.py::TestSSL::test_create_urllib3_no_context PASSED
289 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_false[v2.sg.media-imdb.com0] PASSED
290 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_false[v2.sg.media-imdb.com1] PASSED
291 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_false[www.python.org0] PASSED
292 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_false[www.python.org1] PASSED
293 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[127.0.0.10] PASSED
294 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[127.0.0.11] PASSED
295 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[8.8.8.8] PASSED
296 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[::1] PASSED
297 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[::] PASSED
298 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%190] PASSED
299 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%191] PASSED
300 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2510] PASSED
301 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2511] PASSED
302 test/contrib/test_pyopenssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2512] PASSED
303 test/contrib/test_pyopenssl.py::TestSSL::test_wrap_socket_default_loads_default_certs PASSED
304 test/contrib/test_pyopenssl.py::TestSSL::test_wrap_socket_given_ca_certs_no_load_default_certs PASSED
305 test/contrib/test_pyopenssl.py::TestSSL::test_wrap_socket_given_context_no_load_default_certs PASSED
306 test/contrib/test_pyopenssl.py::TestSSL::test_wrap_socket_no_ssltransport PASSED
307 test/contrib/test_pyopenssl.py::TestSocketClosing::test_closing_response_actually_closes_connection PASSED
308 test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_cleanup_on_protocol_error_during_read PASSED
309 test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_cleanup_on_read_timeout PASSED
310 test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_closed_on_read_timeout_preload_false PASSED
311 test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_read_timeout PASSED
312 test/contrib/test_pyopenssl.py::TestSocketClosing::test_connection_refused PASSED
313 test/contrib/test_pyopenssl.py::TestSocketClosing::test_delayed_body_read_timeout PASSED
314 test/contrib/test_pyopenssl.py::TestSocketClosing::test_delayed_body_read_timeout_with_preload PASSED
315 test/contrib/test_pyopenssl.py::TestSocketClosing::test_https_connection_read_timeout PASSED
316 test/contrib/test_pyopenssl.py::TestSocketClosing::test_incomplete_response PASSED
317 test/contrib/test_pyopenssl.py::TestSocketClosing::test_read_timeout_dont_retry_method_not_in_allowlist PASSED
318 test/contrib/test_pyopenssl.py::TestSocketClosing::test_recovery_when_server_closes_connection PASSED
319 test/contrib/test_pyopenssl.py::TestSocketClosing::test_release_conn_param_is_respected_after_timeout_retry PASSED
320 test/contrib/test_pyopenssl.py::TestSocketClosing::test_retry_weird_http_version PASSED
321 test/contrib/test_pyopenssl.py::TestSocketClosing::test_socket_close_socket_then_file PASSED
322 test/contrib/test_pyopenssl.py::TestSocketClosing::test_socket_close_stays_open_with_makefile_open PASSED
323 test/contrib/test_pyopenssl.py::TestSocketClosing::test_timeout_errors_cause_retries PASSED
324 test/contrib/test_pyopenssl.py::TestSocketSSL::test_load_verify_locations_exception PASSED
325 test/contrib/test_pyopenssl.py::TestSocketSSL::test_requesting_large_resources_via_ssl[False-2147483648] SKIPPED
326 test/contrib/test_pyopenssl.py::TestSocketSSL::test_requesting_large_resources_via_ssl[False-None] SKIPPED
327 test/contrib/test_pyopenssl.py::TestSocketSSL::test_requesting_large_resources_via_ssl[True-None] SKIPPED
328 test/contrib/test_pyopenssl.py::TestSocketSSL::test_retry_ssl_error PASSED
329 test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_custom_validation_failure_terminates PASSED
330 test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_dont_load_default_certs_when_given PASSED
331 test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_failed_fingerprint_verification PASSED
332 test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_failure_midway_through_conn PASSED
333 test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_load_default_certs_when_empty PASSED
334 test/contrib/test_pyopenssl.py::TestSocketSSL::test_ssl_read_timeout PASSED
335 test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[LibreSSL 2.8.3-269488335-cpython-version_info5-None-False] PASSED
336 test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.0-269488128-cpython-version_info6-None-False] PASSED
337 test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488128-cpython-version_info1-None-True] PASSED
338 test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488128-pypy-version_info2-pypy_version_info2-False] PASSED
339 test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-cpython-version_info0-None-True] PASSED
340 test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-cpython-version_info4-None-True] PASSED
341 test/contrib/test_pyopenssl.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-pypy-version_info3-pypy_version_info3-True] PASSED
342 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[CERT_REQUIRED-VerifyMode.CERT_REQUIRED] PASSED
343 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[None-VerifyMode.CERT_REQUIRED] PASSED
344 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[REQUIRED-VerifyMode.CERT_REQUIRED] PASSED
345 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[VerifyMode.CERT_NONE-VerifyMode.CERT_NONE] PASSED
346 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_cert_reqs[VerifyMode.CERT_REQUIRED-VerifyMode.CERT_REQUIRED] PASSED
347 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_ssl_version[PROTOCOL_TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED
348 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_ssl_version[TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED
349 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_ssl_version[_SSLMethod.PROTOCOL_TLS-_SSLMethod.PROTOCOL_TLS] PASSED
350 test/contrib/test_pyopenssl.py::TestUtilSSL::test_resolve_ssl_version[_SSLMethod.PROTOCOL_TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED
351 test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_creates_new_context PASSED
352 test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_loads_certificate_data PASSED
353 test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_loads_certificate_directories PASSED
354 test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_loads_the_cert_chain PASSED
355 test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_loads_verify_locations PASSED
356 test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_sni_ip_address_no_warn PASSED
357 test/contrib/test_pyopenssl.py::TestUtilSSL::test_ssl_wrap_socket_sni_none_no_warn PASSED
358 test/contrib/test_pyopenssl_dependencies.py::TestPyOpenSSLInjection::test_inject_validate_fail_cryptography PASSED
359 test/contrib/test_pyopenssl_dependencies.py::TestPyOpenSSLInjection::test_inject_validate_fail_pyopenssl PASSED
360 test/contrib/test_socks.py::TestSOCKS4Proxy::test_basic_request PASSED
361 test/contrib/test_socks.py::TestSOCKS4Proxy::test_correct_header_line PASSED
362 test/contrib/test_socks.py::TestSOCKS4Proxy::test_local_dns PASSED
363 test/contrib/test_socks.py::TestSOCKS4Proxy::test_proxy_rejection PASSED
364 test/contrib/test_socks.py::TestSOCKS4Proxy::test_socks4_with_username PASSED
365 test/contrib/test_socks.py::TestSOCKS4Proxy::test_socks_with_invalid_username PASSED
366 test/contrib/test_socks.py::TestSOCKSProxyManager::test_invalid_socks_version_is_valueerror PASSED
367 test/contrib/test_socks.py::TestSOCKSWithTLS::test_basic_request PASSED
368 test/contrib/test_socks.py::TestSocks5Proxy::test_basic_request PASSED
369 test/contrib/test_socks.py::TestSocks5Proxy::test_connection_failure PASSED
370 test/contrib/test_socks.py::TestSocks5Proxy::test_connection_timeouts PASSED
371 test/contrib/test_socks.py::TestSocks5Proxy::test_correct_header_line PASSED
372 test/contrib/test_socks.py::TestSocks5Proxy::test_local_dns PASSED
373 test/contrib/test_socks.py::TestSocks5Proxy::test_proxy_rejection PASSED
374 test/contrib/test_socks.py::TestSocks5Proxy::test_socket_timeout PASSED
375 test/contrib/test_socks.py::TestSocks5Proxy::test_socks_with_auth_in_url PASSED
376 test/contrib/test_socks.py::TestSocks5Proxy::test_socks_with_invalid_password PASSED
377 test/contrib/test_socks.py::TestSocks5Proxy::test_socks_with_password PASSED
378 test/contrib/test_socks.py::TestSocks5Proxy::test_source_address_works PASSED
379 test/test_collections.py::TestHTTPHeaderDict::test_add_comma_separated_multiheader PASSED
380 test/test_collections.py::TestHTTPHeaderDict::test_add_well_known_multiheader PASSED
381 test/test_collections.py::TestHTTPHeaderDict::test_copy PASSED
382 test/test_collections.py::TestHTTPHeaderDict::test_create_from_dict PASSED
383 test/test_collections.py::TestHTTPHeaderDict::test_create_from_headerdict PASSED
384 test/test_collections.py::TestHTTPHeaderDict::test_create_from_iterator PASSED
385 test/test_collections.py::TestHTTPHeaderDict::test_create_from_kwargs PASSED
386 test/test_collections.py::TestHTTPHeaderDict::test_create_from_list PASSED
387 test/test_collections.py::TestHTTPHeaderDict::test_delitem PASSED
388 test/test_collections.py::TestHTTPHeaderDict::test_dict_conversion PASSED
389 test/test_collections.py::TestHTTPHeaderDict::test_discard PASSED
390 test/test_collections.py::TestHTTPHeaderDict::test_dunder_contains PASSED
391 test/test_collections.py::TestHTTPHeaderDict::test_equal PASSED
392 test/test_collections.py::TestHTTPHeaderDict::test_extend_from_container PASSED
393 test/test_collections.py::TestHTTPHeaderDict::test_extend_from_dict PASSED
394 test/test_collections.py::TestHTTPHeaderDict::test_extend_from_headerdict PASSED
395 test/test_collections.py::TestHTTPHeaderDict::test_extend_from_list PASSED
396 test/test_collections.py::TestHTTPHeaderDict::test_extend_with_wrong_number_of_args_is_typeerror[args0] PASSED
397 test/test_collections.py::TestHTTPHeaderDict::test_extend_with_wrong_number_of_args_is_typeerror[args1] PASSED
398 test/test_collections.py::TestHTTPHeaderDict::test_getlist PASSED
399 test/test_collections.py::TestHTTPHeaderDict::test_getlist_after_copy PASSED
400 test/test_collections.py::TestHTTPHeaderDict::test_header_repeat PASSED
401 test/test_collections.py::TestHTTPHeaderDict::test_inplace_union PASSED
402 test/test_collections.py::TestHTTPHeaderDict::test_inplace_union_with_unsupported_type PASSED
403 test/test_collections.py::TestHTTPHeaderDict::test_items PASSED
404 test/test_collections.py::TestHTTPHeaderDict::test_len PASSED
405 test/test_collections.py::TestHTTPHeaderDict::test_not_equal PASSED
406 test/test_collections.py::TestHTTPHeaderDict::test_pop PASSED
407 test/test_collections.py::TestHTTPHeaderDict::test_repr PASSED
408 test/test_collections.py::TestHTTPHeaderDict::test_setdefault PASSED
409 test/test_collections.py::TestHTTPHeaderDict::test_setitem PASSED
410 test/test_collections.py::TestHTTPHeaderDict::test_string_enforcement PASSED
411 test/test_collections.py::TestHTTPHeaderDict::test_union PASSED
412 test/test_collections.py::TestHTTPHeaderDict::test_union_rhs PASSED
413 test/test_collections.py::TestHTTPHeaderDict::test_union_with_unsupported_type PASSED
414 test/test_collections.py::TestHTTPHeaderDict::test_update PASSED
415 test/test_collections.py::TestLRUContainer::test_access_ordering PASSED
416 test/test_collections.py::TestLRUContainer::test_delete PASSED
417 test/test_collections.py::TestLRUContainer::test_disposal PASSED
418 test/test_collections.py::TestLRUContainer::test_expire PASSED
419 test/test_collections.py::TestLRUContainer::test_get PASSED
420 test/test_collections.py::TestLRUContainer::test_iter PASSED
421 test/test_collections.py::TestLRUContainer::test_maxsize PASSED
422 test/test_collections.py::TestLRUContainer::test_maxsize_0 PASSED
423 test/test_collections.py::TestLRUContainer::test_same_key PASSED
424 test/test_compatibility.py::TestCookiejar::test_extract PASSED
425 test/test_connection.py::TestConnection::test_HTTPSConnection_default_socket_options PASSED
426 test/test_connection.py::TestConnection::test_assert_fingerprint_closes_socket PASSED
427 test/test_connection.py::TestConnection::test_assert_hostname_closes_socket PASSED
428 test/test_connection.py::TestConnection::test_dnsname_match_include_more_than_one_wildcard_error PASSED
429 test/test_connection.py::TestConnection::test_getresponse_requires_reponseoptions PASSED
430 test/test_connection.py::TestConnection::test_match_hostname_check_common_name PASSED
431 test/test_connection.py::TestConnection::test_match_hostname_dns_with_brackets_doesnt_match PASSED
432 test/test_connection.py::TestConnection::test_match_hostname_dnsname PASSED
433 test/test_connection.py::TestConnection::test_match_hostname_empty_cert PASSED
434 test/test_connection.py::TestConnection::test_match_hostname_ignore_common_name PASSED
435 test/test_connection.py::TestConnection::test_match_hostname_include_wildcard PASSED
436 test/test_connection.py::TestConnection::test_match_hostname_ip_address PASSED
437 test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[1:2:0:0::3:4-1:2:0:0:0:0:3:4] PASSED
438 test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[1:2::3:4-1:2:0:0:0:0:3:4] PASSED
439 test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[::0.1.0.2-0:0:0:0:0:0:1:2] PASSED
440 test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[::1%42-0:0:0:0:0:0:0:1] PASSED
441 test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6[::2%iface-0:0:0:0:0:0:0:2] PASSED
442 test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6_brackets PASSED
443 test/test_connection.py::TestConnection::test_match_hostname_ip_address_ipv6_doesnt_match PASSED
444 test/test_connection.py::TestConnection::test_match_hostname_match PASSED
445 test/test_connection.py::TestConnection::test_match_hostname_mismatch PASSED
446 test/test_connection.py::TestConnection::test_match_hostname_more_than_one_dnsname_error PASSED
447 test/test_connection.py::TestConnection::test_match_hostname_no_cert PASSED
448 test/test_connection.py::TestConnection::test_match_hostname_no_dns PASSED
449 test/test_connection.py::TestConnection::test_match_hostname_startwith_wildcard PASSED
450 test/test_connection.py::TestConnection::test_recent_date PASSED
451 test/test_connection.py::TestConnection::test_url_from_pool PASSED
452 test/test_connection.py::TestConnection::test_wrap_proxy_error[http-Unable to connect to proxy] PASSED
453 test/test_connection.py::TestConnection::test_wrap_proxy_error[https-Unable to connect to proxy. Your proxy appears to only use HTTP and not HTTPS] PASSED
454 test/test_connectionpool.py::TestConnectionPool::test_assert_same_host PASSED
455 test/test_connectionpool.py::TestConnectionPool::test_ca_certs_default_cert_required PASSED
456 test/test_connectionpool.py::TestConnectionPool::test_cleanup_on_extreme_connection_error PASSED
457 test/test_connectionpool.py::TestConnectionPool::test_contextmanager PASSED
458 test/test_connectionpool.py::TestConnectionPool::test_empty_does_not_put_conn PASSED
459 test/test_connectionpool.py::TestConnectionPool::test_exception_str PASSED
460 test/test_connectionpool.py::TestConnectionPool::test_max_connections PASSED
461 test/test_connectionpool.py::TestConnectionPool::test_no_host PASSED
462 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://[dead::beef]-https://[dead::beef%en5]/] PASSED
463 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com-https://google.net/] PASSED
464 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com/-https://google.com/] PASSED
465 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:42-http://google.com] PASSED
466 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:42-https://google.com/abracadabra] PASSED
467 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:443-http://google.com] PASSED
468 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:443-https://google.com] PASSED
469 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://google.com:80-https://google.com] PASSED
470 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[http://yahoo.com/-http://google.com/] PASSED
471 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com/-http://google.com/] PASSED
472 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com:42-https://google.com] PASSED
473 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com:443-http://google.com] PASSED
474 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com:80-http://google.com] PASSED
475 test/test_connectionpool.py::TestConnectionPool::test_not_same_host[https://google.com:80-https://google.com] PASSED
476 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix://%2Ftmp%2FTEST.sock/] PASSED
477 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix://%2Ftmp%2FTEST.sock/abracadabra] PASSED
478 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Ftmp%2Ftest.sock-http+unix://%2Ftmp%2FTEST.sock] PASSED
479 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix://%2Ftmp%2FTEST.sock] PASSED
480 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-http://google.com./] PASSED
481 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-https://google.com/] PASSED
482 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[google.com-https://google.net/] PASSED
483 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_http[yahoo.com-http://google.com/] PASSED
484 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-http://google.com/] PASSED
485 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-https://google.com./] PASSED
486 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[google.com-https://google.net/] PASSED
487 test/test_connectionpool.py::TestConnectionPool::test_not_same_host_no_port_https[yahoo.com-https://google.com/] PASSED
488 test/test_connectionpool.py::TestConnectionPool::test_pool_close PASSED
489 test/test_connectionpool.py::TestConnectionPool::test_pool_close_twice PASSED
490 test/test_connectionpool.py::TestConnectionPool::test_pool_size PASSED
491 test/test_connectionpool.py::TestConnectionPool::test_pool_timeouts PASSED
492 test/test_connectionpool.py::TestConnectionPool::test_put_conn_closed_pool PASSED
493 test/test_connectionpool.py::TestConnectionPool::test_put_conn_when_pool_is_full_blocking PASSED
494 test/test_connectionpool.py::TestConnectionPool::test_put_conn_when_pool_is_full_nonblocking PASSED
495 test/test_connectionpool.py::TestConnectionPool::test_read_timeout_0_does_not_raise_bad_status_line_error PASSED
496 test/test_connectionpool.py::TestConnectionPool::test_release_conn_param_is_respected_after_http_error_retry PASSED
497 test/test_connectionpool.py::TestConnectionPool::test_retry_exception_str PASSED
498 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://[2001:558:fc00:200:f816:3eff:fef9:b954%lo]/-http://[2001:558:fc00:200:f816:3eff:fef9:b954%25lo]] PASSED
499 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://[2607:f8b0:4005:805::200e%25eth0]/-http://[2607:f8b0:4005:805::200e%eth0]/] PASSED
500 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://[::1]/-http://[::1]] PASSED
501 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-/] PASSED
502 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-http://google.com/] PASSED
503 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-http://google.com/abra/cadabra] PASSED
504 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-http://google.com:80/abracadabra] PASSED
505 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com/-http://google.com] PASSED
506 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com:42/-http://google.com:42/abracadabra] PASSED
507 test/test_connectionpool.py::TestConnectionPool::test_same_host[http://google.com:80/-http://google.com/abracadabra] PASSED
508 test/test_connectionpool.py::TestConnectionPool::test_same_host[https://[2607:f8b0:4005:805::200e%25eth0]:443/-https://[2607:f8b0:4005:805::200e%eth0]:443/] PASSED
509 test/test_connectionpool.py::TestConnectionPool::test_same_host[https://google.com/-https://google.com:443/abracadabra] PASSED
510 test/test_connectionpool.py::TestConnectionPool::test_same_host[https://google.com:443/-https://google.com/abracadabra] PASSED
511 test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Ftmp%2FTEST.sock-http+unix://%2Ftmp%2FTEST.sock/] PASSED
512 test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Ftmp%2FTEST.sock-http+unix://%2Ftmp%2FTEST.sock/abracadabra] PASSED
513 test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Ftmp%2FTEST.sock-http+unix://%2Ftmp%2FTEST.sock] PASSED
514 test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix://%2Fvar%2Frun%2Fdocker.sock/] PASSED
515 test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix://%2Fvar%2Frun%2Fdocker.sock/abracadabra] PASSED
516 test/test_connectionpool.py::TestConnectionPool::test_same_host_custom_protocol[%2Fvar%2Frun%2Fdocker.sock-http+unix://%2Fvar%2Frun%2Fdocker.sock] PASSED
517 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-/] PASSED
518 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http://google.com/] PASSED
519 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http://google.com/abra/cadabra] PASSED
520 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http://google.com:80/abracadabra] PASSED
521 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_http[google.com-http://google.com] PASSED
522 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-/] PASSED
523 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https://google.com/] PASSED
524 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https://google.com/abra/cadabra] PASSED
525 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https://google.com:443/abracadabra] PASSED
526 test/test_connectionpool.py::TestConnectionPool::test_same_host_no_port_https[google.com-https://google.com] PASSED
527 test/test_connectionpool.py::TestConnectionPool::test_url_from_pool PASSED
528 test/test_exceptions.py::TestFormat::test_header_parsing_errors PASSED
529 test/test_exceptions.py::TestNewConnectionError::test_pool_property_deprecation_warning PASSED
530 test/test_exceptions.py::TestPickle::test_exceptions[exception0] PASSED
531 test/test_exceptions.py::TestPickle::test_exceptions[exception10] PASSED
532 test/test_exceptions.py::TestPickle::test_exceptions[exception11] PASSED
533 test/test_exceptions.py::TestPickle::test_exceptions[exception1] PASSED
534 test/test_exceptions.py::TestPickle::test_exceptions[exception2] PASSED
535 test/test_exceptions.py::TestPickle::test_exceptions[exception3] PASSED
536 test/test_exceptions.py::TestPickle::test_exceptions[exception4] PASSED
537 test/test_exceptions.py::TestPickle::test_exceptions[exception5] PASSED
538 test/test_exceptions.py::TestPickle::test_exceptions[exception6] PASSED
539 test/test_exceptions.py::TestPickle::test_exceptions[exception7] PASSED
540 test/test_exceptions.py::TestPickle::test_exceptions[exception8] PASSED
541 test/test_exceptions.py::TestPickle::test_exceptions[exception9] PASSED
542 test/test_fields.py::TestRequestField::test_create PASSED
543 test/test_fields.py::TestRequestField::test_format_header_param_html5_deprecated PASSED
544 test/test_fields.py::TestRequestField::test_format_header_param_rfc2231_deprecated[n\xe4me-filename*=utf-8''n%C3%A4me] PASSED
545 test/test_fields.py::TestRequestField::test_format_header_param_rfc2231_deprecated[name-filename="name"] PASSED
546 test/test_fields.py::TestRequestField::test_format_multipart_header_param[backslash \\-backslash \\] PASSED
547 test/test_fields.py::TestRequestField::test_format_multipart_header_param[control \x1a\x1b\x1c-control \x1a\x1b\x1c] PASSED
548 test/test_fields.py::TestRequestField::test_format_multipart_header_param[n\xc3\xa4me-n\xe4me] PASSED
549 test/test_fields.py::TestRequestField::test_format_multipart_header_param[n\xe4me-n\xe4me] PASSED
550 test/test_fields.py::TestRequestField::test_format_multipart_header_param[name-name] PASSED
551 test/test_fields.py::TestRequestField::test_format_multipart_header_param[newline \n\r-newline %0A%0D] PASSED
552 test/test_fields.py::TestRequestField::test_format_multipart_header_param[quotes '"-quotes '%22] PASSED
553 test/test_fields.py::TestRequestField::test_format_multipart_header_param[ski \u26f7.txt-ski \u26f7.txt] PASSED
554 test/test_fields.py::TestRequestField::test_from_tuples PASSED
555 test/test_fields.py::TestRequestField::test_from_tuples_rfc2231 PASSED
556 test/test_fields.py::TestRequestField::test_guess_content_type[None-content_types2] PASSED
557 test/test_fields.py::TestRequestField::test_guess_content_type[image.jpg-content_types0] PASSED
558 test/test_fields.py::TestRequestField::test_guess_content_type[notsure-content_types1] PASSED
559 test/test_fields.py::TestRequestField::test_make_multipart PASSED
560 test/test_fields.py::TestRequestField::test_make_multipart_empty_filename PASSED
561 test/test_fields.py::TestRequestField::test_render_parts PASSED
562 test/test_filepost.py::TestMultipartEncoding::test_explicit PASSED
563 test/test_filepost.py::TestMultipartEncoding::test_field_encoding[fields0] PASSED
564 test/test_filepost.py::TestMultipartEncoding::test_field_encoding[fields1] PASSED
565 test/test_filepost.py::TestMultipartEncoding::test_field_encoding[fields2] PASSED
566 test/test_filepost.py::TestMultipartEncoding::test_filename PASSED
567 test/test_filepost.py::TestMultipartEncoding::test_input_datastructures[fields0] PASSED
568 test/test_filepost.py::TestMultipartEncoding::test_input_datastructures[fields1] PASSED
569 test/test_filepost.py::TestMultipartEncoding::test_request_fields PASSED
570 test/test_filepost.py::TestMultipartEncoding::test_textplain PASSED
571 test/test_no_ssl.py::TestImportWithoutSSL::test_cannot_import_ssl PASSED
572 test/test_no_ssl.py::TestImportWithoutSSL::test_import_urllib3 PASSED
573 test/test_poolmanager.py::TestPoolManager::test_assert_hostname_and_fingerprint_flag PASSED
574 test/test_poolmanager.py::TestPoolManager::test_connection_from_context_strict_param PASSED
575 test/test_poolmanager.py::TestPoolManager::test_contextmanager PASSED
576 test/test_poolmanager.py::TestPoolManager::test_custom_pool_key PASSED
577 test/test_poolmanager.py::TestPoolManager::test_default_pool_key_funcs_copy PASSED
578 test/test_poolmanager.py::TestPoolManager::test_deprecated_no_scheme PASSED
579 test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped[[a::b%25zone]] PASSED
580 test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped[[a::b%zone]] PASSED
581 test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped[http://[a::b%25zone]] PASSED
582 test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped[http://[a::b%zone]] PASSED
583 test/test_poolmanager.py::TestPoolManager::test_e2e_connect_to_ipv6_scoped_tls PASSED
584 test/test_poolmanager.py::TestPoolManager::test_http_connection_from_context_case_insensitive PASSED
585 test/test_poolmanager.py::TestPoolManager::test_http_connection_from_host_case_insensitive PASSED
586 test/test_poolmanager.py::TestPoolManager::test_http_connection_from_url_case_insensitive PASSED
587 test/test_poolmanager.py::TestPoolManager::test_http_pool_key_fields PASSED
588 test/test_poolmanager.py::TestPoolManager::test_https_connection_from_context_case_insensitive PASSED
589 test/test_poolmanager.py::TestPoolManager::test_https_connection_from_host_case_insensitive PASSED
590 test/test_poolmanager.py::TestPoolManager::test_https_connection_from_url_case_insensitive PASSED
591 test/test_poolmanager.py::TestPoolManager::test_https_pool_key_fields PASSED
592 test/test_poolmanager.py::TestPoolManager::test_manager_clear PASSED
593 test/test_poolmanager.py::TestPoolManager::test_many_urls PASSED
594 test/test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs PASSED
595 test/test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_invalid_key PASSED
596 test/test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_none PASSED
597 test/test_poolmanager.py::TestPoolManager::test_merge_pool_kwargs_remove_key PASSED
598 test/test_poolmanager.py::TestPoolManager::test_nohost[None] PASSED
599 test/test_poolmanager.py::TestPoolManager::test_nohost[http://@] PASSED
600 test/test_poolmanager.py::TestPoolManager::test_override_pool_kwargs_host PASSED
601 test/test_poolmanager.py::TestPoolManager::test_override_pool_kwargs_url PASSED
602 test/test_poolmanager.py::TestPoolManager::test_pool_kwargs_socket_options PASSED
603 test/test_poolmanager.py::TestPoolManager::test_pool_manager_no_url_absolute_form PASSED
604 test/test_poolmanager.py::TestPoolManager::test_poolmanager_blocksize[16384-16384] PASSED
605 test/test_poolmanager.py::TestPoolManager::test_poolmanager_blocksize[8192-8192] PASSED
606 test/test_poolmanager.py::TestPoolManager::test_poolmanager_blocksize[None-16384] PASSED
607 test/test_poolmanager.py::TestPoolManager::test_pools_keyed_with_from_host PASSED
608 test/test_poolmanager.py::TestPoolManager::test_same_url PASSED
609 test/test_poolmanager.py::TestPoolManager::test_thread_safty PASSED
610 test/test_proxymanager.py::TestProxyManager::test_default_port PASSED
611 test/test_proxymanager.py::TestProxyManager::test_invalid_scheme PASSED
612 test/test_proxymanager.py::TestProxyManager::test_proxy_connect_retry PASSED
613 test/test_proxymanager.py::TestProxyManager::test_proxy_headers[http] PASSED
614 test/test_proxymanager.py::TestProxyManager::test_proxy_headers[https] PASSED
615 test/test_proxymanager.py::TestProxyManager::test_proxy_tunnel PASSED
616 test/test_queue_monkeypatch.py::TestMonkeypatchResistance::test_queue_monkeypatching PASSED
617 test/test_response.py::TestBytesQueueBuffer::test_memory_usage PASSED
618 test/test_response.py::TestBytesQueueBuffer::test_multiple_chunks PASSED
619 test/test_response.py::TestBytesQueueBuffer::test_read_too_much PASSED
620 test/test_response.py::TestBytesQueueBuffer::test_single_chunk PASSED
621 test/test_response.py::TestLegacyResponse::test_getheader PASSED
622 test/test_response.py::TestLegacyResponse::test_getheaders PASSED
623 test/test_response.py::TestResponse::test__iter__[-expected_stream0] PASSED
624 test/test_response.py::TestResponse::test__iter__[Hello\nworld\n\n\n!-expected_stream4] PASSED
625 test/test_response.py::TestResponse::test__iter__[\n-expected_stream1] PASSED
626 test/test_response.py::TestResponse::test__iter__[\n\n\n-expected_stream2] PASSED
627 test/test_response.py::TestResponse::test__iter__[abc\ndef-expected_stream3] PASSED
628 test/test_response.py::TestResponse::test__iter__decode_content PASSED
629 test/test_response.py::TestResponse::test_base_io PASSED
630 test/test_response.py::TestResponse::test_body_blob PASSED
631 test/test_response.py::TestResponse::test_buffer_memory_usage_decode_one_chunk[False-10485760] PASSED
632 test/test_response.py::TestResponse::test_buffer_memory_usage_decode_one_chunk[False-None] PASSED
633 test/test_response.py::TestResponse::test_buffer_memory_usage_decode_one_chunk[True-None] PASSED
634 test/test_response.py::TestResponse::test_buffer_memory_usage_no_decoding[False-10485760] PASSED
635 test/test_response.py::TestResponse::test_buffer_memory_usage_no_decoding[False-None] PASSED
636 test/test_response.py::TestResponse::test_buffer_memory_usage_no_decoding[True-None] PASSED
637 test/test_response.py::TestResponse::test_buggy_incomplete_read PASSED
638 test/test_response.py::TestResponse::test_cache_content PASSED
639 test/test_response.py::TestResponse::test_cache_content_preload_false PASSED
640 test/test_response.py::TestResponse::test_chunked_decoding_brotli PASSED
641 test/test_response.py::TestResponse::test_chunked_decoding_deflate PASSED
642 test/test_response.py::TestResponse::test_chunked_decoding_deflate2 PASSED
643 test/test_response.py::TestResponse::test_chunked_decoding_gzip[gzip] PASSED
644 test/test_response.py::TestResponse::test_chunked_decoding_gzip[x-gzip] PASSED
645 test/test_response.py::TestResponse::test_chunked_decoding_gzip_swallow_garbage PASSED
646 test/test_response.py::TestResponse::test_chunked_decoding_zstd PASSED
647 test/test_response.py::TestResponse::test_chunked_head_response PASSED
648 test/test_response.py::TestResponse::test_chunked_response_with_extensions PASSED
649 test/test_response.py::TestResponse::test_chunked_response_without_crlf_on_end PASSED
650 test/test_response.py::TestResponse::test_decode_bad_data PASSED
651 test/test_response.py::TestResponse::test_decode_brotli PASSED
652 test/test_response.py::TestResponse::test_decode_brotli_error PASSED
653 test/test_response.py::TestResponse::test_decode_deflate PASSED
654 test/test_response.py::TestResponse::test_decode_deflate_case_insensitve PASSED
655 test/test_response.py::TestResponse::test_decode_gzip_error PASSED
656 test/test_response.py::TestResponse::test_decode_gzip_multi_member PASSED
657 test/test_response.py::TestResponse::test_decode_gzip_swallow_garbage PASSED
658 test/test_response.py::TestResponse::test_decode_multiframe_zstd PASSED
659 test/test_response.py::TestResponse::test_decode_zstd PASSED
660 test/test_response.py::TestResponse::test_decode_zstd_error[foo] PASSED
661 test/test_response.py::TestResponse::test_decode_zstd_error[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] PASSED
662 test/test_response.py::TestResponse::test_decode_zstd_incomplete[foo] PASSED
663 test/test_response.py::TestResponse::test_decode_zstd_incomplete[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] PASSED
664 test/test_response.py::TestResponse::test_default PASSED
665 test/test_response.py::TestResponse::test_deflate2_streaming PASSED
666 test/test_response.py::TestResponse::test_deflate_streaming PASSED
667 test/test_response.py::TestResponse::test_deflate_streaming_tell_intermediate_point PASSED
668 test/test_response.py::TestResponse::test_empty_stream PASSED
669 test/test_response.py::TestResponse::test_get_case_insensitive_headers PASSED
670 test/test_response.py::TestResponse::test_geturl PASSED
671 test/test_response.py::TestResponse::test_geturl_retries PASSED
672 test/test_response.py::TestResponse::test_gzipped_streaming PASSED
673 test/test_response.py::TestResponse::test_gzipped_streaming_tell PASSED
674 test/test_response.py::TestResponse::test_incomplete_chunk PASSED
675 test/test_response.py::TestResponse::test_invalid_chunk_length PASSED
676 test/test_response.py::TestResponse::test_io PASSED
677 test/test_response.py::TestResponse::test_io_bufferedreader PASSED
678 test/test_response.py::TestResponse::test_io_closed_consistently PASSED
679 test/test_response.py::TestResponse::test_io_not_autoclose_bufferedreader PASSED
680 test/test_response.py::TestResponse::test_io_not_autoclose_textiowrapper PASSED
681 test/test_response.py::TestResponse::test_io_textiowrapper PASSED
682 test/test_response.py::TestResponse::test_length_after_read PASSED
683 test/test_response.py::TestResponse::test_length_no_header PASSED
684 test/test_response.py::TestResponse::test_length_w_bad_header PASSED
685 test/test_response.py::TestResponse::test_length_w_valid_header PASSED
686 test/test_response.py::TestResponse::test_length_when_chunked PASSED
687 test/test_response.py::TestResponse::test_length_with_multiple_content_lengths PASSED
688 test/test_response.py::TestResponse::test_mock_gzipped_transfer_encoding_chunked_decoded PASSED
689 test/test_response.py::TestResponse::test_mock_httpresponse_stream PASSED
690 test/test_response.py::TestResponse::test_mock_transfer_encoding_chunked PASSED
691 test/test_response.py::TestResponse::test_mock_transfer_encoding_chunked_custom_read PASSED
692 test/test_response.py::TestResponse::test_mock_transfer_encoding_chunked_unlmtd_read PASSED
693 test/test_response.py::TestResponse::test_multi_decoding_deflate_deflate PASSED
694 test/test_response.py::TestResponse::test_multi_decoding_deflate_gzip PASSED
695 test/test_response.py::TestResponse::test_multi_decoding_gzip_gzip PASSED
696 test/test_response.py::TestResponse::test_no_preload PASSED
697 test/test_response.py::TestResponse::test_non_timeout_ssl_error_on_read PASSED
698 test/test_response.py::TestResponse::test_none PASSED
699 test/test_response.py::TestResponse::test_preload PASSED
700 test/test_response.py::TestResponse::test_read_chunked_not_supported PASSED
701 test/test_response.py::TestResponse::test_read_multi_decoding_deflate_deflate PASSED
702 test/test_response.py::TestResponse::test_read_not_chunked_response_as_chunks PASSED
703 test/test_response.py::TestResponse::test_read_with_illegal_mix_decode_toggle PASSED
704 test/test_response.py::TestResponse::test_read_with_mix_decode_toggle PASSED
705 test/test_response.py::TestResponse::test_reference_read PASSED
706 test/test_response.py::TestResponse::test_retries PASSED
707 test/test_response.py::TestResponse::test_streaming PASSED
708 test/test_response.py::TestResponse::test_streaming_tell PASSED
709 test/test_response.py::TestResponse::test_url PASSED
710 test/test_retry.py::TestRetry::test_allowed_methods_with_status_forcelist PASSED
711 test/test_retry.py::TestRetry::test_backoff PASSED
712 test/test_retry.py::TestRetry::test_backoff_jitter PASSED
713 test/test_retry.py::TestRetry::test_backoff_reset_after_redirect PASSED
714 test/test_retry.py::TestRetry::test_configurable_backoff_max PASSED
715 test/test_retry.py::TestRetry::test_disabled[-1] PASSED
716 test/test_retry.py::TestRetry::test_disabled[0] PASSED
717 test/test_retry.py::TestRetry::test_error_message PASSED
718 test/test_retry.py::TestRetry::test_exhausted PASSED
719 test/test_retry.py::TestRetry::test_history PASSED
720 test/test_retry.py::TestRetry::test_parse_retry_after[0-0] PASSED
721 test/test_retry.py::TestRetry::test_parse_retry_after[1000-1000] PASSED
722 test/test_retry.py::TestRetry::test_parse_retry_after[\t42 -42] PASSED
723 test/test_retry.py::TestRetry::test_parse_retry_after_invalid[+1] PASSED
724 test/test_retry.py::TestRetry::test_parse_retry_after_invalid[-1] PASSED
725 test/test_retry.py::TestRetry::test_parse_retry_after_invalid[1.0] PASSED
726 test/test_retry.py::TestRetry::test_parse_retry_after_invalid[\xb2] PASSED
727 test/test_retry.py::TestRetry::test_respect_retry_after_header_propagated[False] PASSED
728 test/test_retry.py::TestRetry::test_respect_retry_after_header_propagated[True] PASSED
729 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-3600-False-None] PASSED
730 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-3600-True-3600] PASSED
731 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon Jun  3 11:30:12 2019-True-1812] PASSED
732 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 03 Jun 2019 11:30:12 GMT-True-1812] PASSED
733 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 3 Jun 2019 11:00:00 UTC-False-None] PASSED
734 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 3 Jun 2019 11:00:00 UTC-True-None] PASSED
735 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 3 Jun 2019 12:00:00 UTC-False-None] PASSED
736 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Mon, 3 Jun 2019 12:00:00 UTC-True-3600] PASSED
737 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[Asia/Jerusalem-Monday, 03-Jun-19 11:30:12 GMT-True-1812] PASSED
738 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-3600-False-None] PASSED
739 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-3600-True-3600] PASSED
740 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon Jun  3 11:30:12 2019-True-1812] PASSED
741 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 03 Jun 2019 11:30:12 GMT-True-1812] PASSED
742 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 3 Jun 2019 11:00:00 UTC-False-None] PASSED
743 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 3 Jun 2019 11:00:00 UTC-True-None] PASSED
744 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 3 Jun 2019 12:00:00 UTC-False-None] PASSED
745 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Mon, 3 Jun 2019 12:00:00 UTC-True-3600] PASSED
746 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[None-Monday, 03-Jun-19 11:30:12 GMT-True-1812] PASSED
747 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-3600-False-None] PASSED
748 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-3600-True-3600] PASSED
749 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon Jun  3 11:30:12 2019-True-1812] PASSED
750 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 03 Jun 2019 11:30:12 GMT-True-1812] PASSED
751 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 3 Jun 2019 11:00:00 UTC-False-None] PASSED
752 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 3 Jun 2019 11:00:00 UTC-True-None] PASSED
753 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 3 Jun 2019 12:00:00 UTC-False-None] PASSED
754 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Mon, 3 Jun 2019 12:00:00 UTC-True-3600] PASSED
755 test/test_retry.py::TestRetry::test_respect_retry_after_header_sleep[UTC-Monday, 03-Jun-19 11:30:12 GMT-True-1812] PASSED
756 test/test_retry.py::TestRetry::test_retry_both_specified PASSED
757 test/test_retry.py::TestRetry::test_retry_default PASSED
758 test/test_retry.py::TestRetry::test_retry_default_remove_headers_on_redirect PASSED
759 test/test_retry.py::TestRetry::test_retry_higher_total_loses PASSED
760 test/test_retry.py::TestRetry::test_retry_higher_total_loses_vs_read PASSED
761 test/test_retry.py::TestRetry::test_retry_method_not_allowed PASSED
762 test/test_retry.py::TestRetry::test_retry_other PASSED
763 test/test_retry.py::TestRetry::test_retry_read_zero PASSED
764 test/test_retry.py::TestRetry::test_retry_set_remove_headers_on_redirect PASSED
765 test/test_retry.py::TestRetry::test_retry_total_none PASSED
766 test/test_retry.py::TestRetry::test_sleep PASSED
767 test/test_retry.py::TestRetry::test_status_counter PASSED
768 test/test_retry.py::TestRetry::test_status_forcelist PASSED
769 test/test_retry.py::TestRetry::test_string PASSED
770 test/test_retry.py::TestRetry::test_zero_backoff PASSED
771 test/test_ssl.py::TestSSL::test_assert_fingerprint_raises_exception_on_none_cert PASSED
772 test/test_ssl.py::TestSSL::test_create_urllib3_context_default_ciphers PASSED
773 test/test_ssl.py::TestSSL::test_create_urllib3_context_pha[False-True] PASSED
774 test/test_ssl.py::TestSSL::test_create_urllib3_context_pha[None-None] PASSED
775 test/test_ssl.py::TestSSL::test_create_urllib3_context_pha[True-True] PASSED
776 test/test_ssl.py::TestSSL::test_create_urllib3_context_set_ciphers PASSED
777 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs0] PASSED
778 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs1] PASSED
779 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_errors[kwargs2] PASSED
780 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs0] PASSED
781 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs1] PASSED
782 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_error[kwargs2] PASSED
783 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs0] PASSED
784 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs1] PASSED
785 test/test_ssl.py::TestSSL::test_create_urllib3_context_ssl_version_and_ssl_min_max_version_no_warning[kwargs2] PASSED
786 test/test_ssl.py::TestSSL::test_create_urllib3_no_context PASSED
787 test/test_ssl.py::TestSSL::test_is_ipaddress_false[v2.sg.media-imdb.com0] PASSED
788 test/test_ssl.py::TestSSL::test_is_ipaddress_false[v2.sg.media-imdb.com1] PASSED
789 test/test_ssl.py::TestSSL::test_is_ipaddress_false[www.python.org0] PASSED
790 test/test_ssl.py::TestSSL::test_is_ipaddress_false[www.python.org1] PASSED
791 test/test_ssl.py::TestSSL::test_is_ipaddress_true[127.0.0.10] PASSED
792 test/test_ssl.py::TestSSL::test_is_ipaddress_true[127.0.0.11] PASSED
793 test/test_ssl.py::TestSSL::test_is_ipaddress_true[8.8.8.8] PASSED
794 test/test_ssl.py::TestSSL::test_is_ipaddress_true[::1] PASSED
795 test/test_ssl.py::TestSSL::test_is_ipaddress_true[::] PASSED
796 test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%190] PASSED
797 test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%191] PASSED
798 test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2510] PASSED
799 test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2511] PASSED
800 test/test_ssl.py::TestSSL::test_is_ipaddress_true[FE80::8939:7684:D84b:a5A4%2512] PASSED
801 test/test_ssl.py::TestSSL::test_wrap_socket_default_loads_default_certs PASSED
802 test/test_ssl.py::TestSSL::test_wrap_socket_given_ca_certs_no_load_default_certs PASSED
803 test/test_ssl.py::TestSSL::test_wrap_socket_given_context_no_load_default_certs PASSED
804 test/test_ssl.py::TestSSL::test_wrap_socket_no_ssltransport PASSED
805 test/test_ssltransport.py::SingleTLSLayerTestCase::test_close_after_handshake PASSED
806 test/test_ssltransport.py::SingleTLSLayerTestCase::test_socket_object_attributes PASSED
807 test/test_ssltransport.py::SingleTLSLayerTestCase::test_ssl_object_attributes PASSED
808 test/test_ssltransport.py::SingleTLSLayerTestCase::test_start_closed_socket PASSED
809 test/test_ssltransport.py::SingleTLSLayerTestCase::test_unbuffered_text_makefile PASSED
810 test/test_ssltransport.py::SingleTLSLayerTestCase::test_unwrap_existing_socket PASSED
811 test/test_ssltransport.py::SingleTLSLayerTestCase::test_wrap_existing_socket PASSED
812 test/test_ssltransport.py::TestSSLTransportWithMock::test_constructor_params PASSED
813 test/test_ssltransport.py::TestSSLTransportWithMock::test_makefile_wrong_mode_error PASSED
814 test/test_ssltransport.py::TestSSLTransportWithMock::test_various_flags_errors PASSED
815 test/test_ssltransport.py::TestSSLTransportWithMock::test_wrap_ssl_read_error PASSED
816 test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_makefile_raw_rw_binary[0] PASSED
817 test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_makefile_raw_rw_binary[None] PASSED
818 test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_makefile_rw_text PASSED
819 test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_recv_into_sendall PASSED
820 test/test_ssltransport.py::TlsInTlsTestCase::test_tls_in_tls_tunnel PASSED
821 test/test_ssltransport.py::TlsInTlsTestCase::test_wrong_sni_hint PASSED
822 test/test_util.py::TestUtil::test_Url_str PASSED
823 test/test_util.py::TestUtil::test_add_stderr_logger PASSED
824 test/test_util.py::TestUtil::test_assert_header_parsing_no_error_on_multipart PASSED
825 test/test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[None] PASSED
826 test/test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[foo] PASSED
827 test/test_util.py::TestUtil::test_assert_header_parsing_throws_typeerror_with_non_headers[object] PASSED
828 test/test_util.py::TestUtil::test_authority[/-None] PASSED
829 test/test_util.py::TestUtil::test_authority[google.com/foobar-google.com] PASSED
830 test/test_util.py::TestUtil::test_authority[google.com:12345-google.com:12345] PASSED
831 test/test_util.py::TestUtil::test_authority[http://192.168.0.1/path-192.168.0.1] PASSED
832 test/test_util.py::TestUtil::test_authority[http://192.168.0.1:80/path-192.168.0.1:80] PASSED
833 test/test_util.py::TestUtil::test_authority[http://[::1]/path-[::1]] PASSED
834 test/test_util.py::TestUtil::test_authority[http://[::1]:80/path-[::1]:80] PASSED
835 test/test_util.py::TestUtil::test_authority[http://google.com/mail-google.com] PASSED
836 test/test_util.py::TestUtil::test_authority[http://google.com:80/mail-google.com:80] PASSED
837 test/test_util.py::TestUtil::test_authority[http://localhost-localhost] PASSED
838 test/test_util.py::TestUtil::test_authority[http://localhost:80-localhost:80] PASSED
839 test/test_util.py::TestUtil::test_authority[http://user:pass@192.168.1.1/path-user:pass@192.168.1.1] PASSED
840 test/test_util.py::TestUtil::test_authority[http://user:pass@192.168.1.1:80/path-user:pass@192.168.1.1:80] PASSED
841 test/test_util.py::TestUtil::test_authority[http://user:pass@[::1]/path-user:pass@[::1]] PASSED
842 test/test_util.py::TestUtil::test_authority[http://user:pass@[::1]:80/path-user:pass@[::1]:80] PASSED
843 test/test_util.py::TestUtil::test_authority[http://user:pass@google.com/mail-user:pass@google.com] PASSED
844 test/test_util.py::TestUtil::test_authority[http://user:pass@google.com:80/mail-user:pass@google.com:80] PASSED
845 test/test_util.py::TestUtil::test_authority[http://user:pass@localhost/path-user:pass@localhost] PASSED
846 test/test_util.py::TestUtil::test_authority[http://user:pass@localhost:80/path-user:pass@localhost:80] PASSED
847 test/test_util.py::TestUtil::test_authority[http://user@192.168.1.1:80/path-user@192.168.1.1:80] PASSED
848 test/test_util.py::TestUtil::test_authority[http://user@[::1]:80/path-user@[::1]:80] PASSED
849 test/test_util.py::TestUtil::test_authority[http://user@google.com:80/mail-user@google.com:80] PASSED
850 test/test_util.py::TestUtil::test_authority[http://user@localhost:80/path-user@localhost:80] PASSED
851 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://192.168.0.1/path-192.168.0.1] PASSED
852 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://192.168.0.1:80/path-192.168.0.1:80] PASSED
853 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://[::1]/path-[::1]] PASSED
854 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://[::1]:80/path-[::1]:80] PASSED
855 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://google.com/mail-google.com] PASSED
856 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://google.com:80/mail-google.com:80] PASSED
857 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://localhost-localhost] PASSED
858 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://localhost:80-localhost:80] PASSED
859 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@192.168.1.1/path-user:pass@192.168.1.1] PASSED
860 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@192.168.1.1:80/path-user:pass@192.168.1.1:80] PASSED
861 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@[::1]/path-user:pass@[::1]] PASSED
862 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@[::1]:80/path-user:pass@[::1]:80] PASSED
863 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@google.com/mail-user:pass@google.com] PASSED
864 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@google.com:80/mail-user:pass@google.com:80] PASSED
865 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@localhost/path-user:pass@localhost] PASSED
866 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user:pass@localhost:80/path-user:pass@localhost:80] PASSED
867 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user@192.168.1.1:80/path-user@192.168.1.1:80] PASSED
868 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user@[::1]:80/path-user@[::1]:80] PASSED
869 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user@google.com:80/mail-user@google.com:80] PASSED
870 test/test_util.py::TestUtil::test_authority_matches_urllib_netloc[http://user@localhost:80/path-user@localhost:80] PASSED
871 test/test_util.py::TestUtil::test_connection_requires_http_tunnel_http_proxy PASSED
872 test/test_util.py::TestUtil::test_connection_requires_http_tunnel_https_proxy PASSED
873 test/test_util.py::TestUtil::test_connection_requires_http_tunnel_no_proxy PASSED
874 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[ ] PASSED
875 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\n] PASSED
876 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\r] PASSED
877 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\t] PASSED
878 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x00] PASSED
879 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x01] PASSED
880 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x02] PASSED
881 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x03] PASSED
882 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x04] PASSED
883 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x05] PASSED
884 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x06] PASSED
885 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x07] PASSED
886 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x08] PASSED
887 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x0b] PASSED
888 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x0c] PASSED
889 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x0e] PASSED
890 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x0f] PASSED
891 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x10] PASSED
892 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x11] PASSED
893 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x12] PASSED
894 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x13] PASSED
895 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x14] PASSED
896 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x15] PASSED
897 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x16] PASSED
898 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x17] PASSED
899 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x18] PASSED
900 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x19] PASSED
901 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1a] PASSED
902 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1b] PASSED
903 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1c] PASSED
904 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1d] PASSED
905 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1e] PASSED
906 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x1f] PASSED
907 test/test_util.py::TestUtil::test_control_characters_are_percent_encoded[\x7f] PASSED
908 test/test_util.py::TestUtil::test_create_connection_error PASSED
909 test/test_util.py::TestUtil::test_create_connection_with_invalid_idna_labels[...] PASSED
910 test/test_util.py::TestUtil::test_create_connection_with_invalid_idna_labels[.localhost] PASSED
911 test/test_util.py::TestUtil::test_create_connection_with_invalid_idna_labels[tttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt] PASSED
912 test/test_util.py::TestUtil::test_create_connection_with_scoped_ipv6 PASSED
913 test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[[dead::beef%en5.]] PASSED
914 test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[[dead::beef%en5]] PASSED
915 test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[[dead::beef]] PASSED
916 test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[a.example.com] PASSED
917 test/test_util.py::TestUtil::test_create_connection_with_valid_idna_labels[localhost.] PASSED
918 test/test_util.py::TestUtil::test_disable_warnings PASSED
919 test/test_util.py::TestUtil::test_dnsresolver_expected_error PASSED
920 test/test_util.py::TestUtil::test_dnsresolver_forced_error PASSED
921 test/test_util.py::TestUtil::test_encode_invalid_chars_none PASSED
922 test/test_util.py::TestUtil::test_has_ipv6_disabled_on_compile PASSED
923 test/test_util.py::TestUtil::test_has_ipv6_enabled_and_working PASSED
924 test/test_util.py::TestUtil::test_has_ipv6_enabled_but_fails PASSED
925 test/test_util.py::TestUtil::test_invalid_timeouts[kwargs0-less than] PASSED
926 test/test_util.py::TestUtil::test_invalid_timeouts[kwargs1-less than] PASSED
927 test/test_util.py::TestUtil::test_invalid_timeouts[kwargs2-less than] PASSED
928 test/test_util.py::TestUtil::test_invalid_timeouts[kwargs3-cannot be a boolean] PASSED
929 test/test_util.py::TestUtil::test_invalid_timeouts[kwargs4-cannot be a boolean] PASSED
930 test/test_util.py::TestUtil::test_invalid_timeouts[kwargs5-less than or equal] PASSED
931 test/test_util.py::TestUtil::test_invalid_timeouts[kwargs6-int, float or None] PASSED
932 test/test_util.py::TestUtil::test_invalid_timeouts[kwargs7-int, float or None] PASSED
933 test/test_util.py::TestUtil::test_invalid_url[http://::1/] PASSED
934 test/test_util.py::TestUtil::test_invalid_url[http://::1:80/] PASSED
935 test/test_util.py::TestUtil::test_invalid_url[http://\u2764\ufe0f] PASSED
936 test/test_util.py::TestUtil::test_invalid_url[http://\ud7ff.com] PASSED
937 test/test_util.py::TestUtil::test_invalid_url[http://\ud800.com] PASSED
938 test/test_util.py::TestUtil::test_invalid_url[http://\udc00.com] PASSED
939 test/test_util.py::TestUtil::test_invalid_url[http://google.com:-80] PASSED
940 test/test_util.py::TestUtil::test_invalid_url[http://google.com:65536] PASSED
941 test/test_util.py::TestUtil::test_invalid_url[http://google.com:\xb2\xb2] PASSED
942 test/test_util.py::TestUtil::test_invalid_url[http://google.com:foo] PASSED
943 test/test_util.py::TestUtil::test_ip_family_ipv6_disabled PASSED
944 test/test_util.py::TestUtil::test_ip_family_ipv6_enabled PASSED
945 test/test_util.py::TestUtil::test_is_fp_closed_object_has_fp PASSED
946 test/test_util.py::TestUtil::test_is_fp_closed_object_has_neither_fp_nor_closed PASSED
947 test/test_util.py::TestUtil::test_is_fp_closed_object_has_none_fp PASSED
948 test/test_util.py::TestUtil::test_is_fp_closed_object_supports_closed PASSED
949 test/test_util.py::TestUtil::test_make_headers[kwargs0-expected0] PASSED
950 test/test_util.py::TestUtil::test_make_headers[kwargs1-expected1] SKIPPED
951 test/test_util.py::TestUtil::test_make_headers[kwargs10-expected10] PASSED
952 test/test_util.py::TestUtil::test_make_headers[kwargs11-expected11] PASSED
953 test/test_util.py::TestUtil::test_make_headers[kwargs12-expected12] PASSED
954 test/test_util.py::TestUtil::test_make_headers[kwargs13-expected13] PASSED
955 test/test_util.py::TestUtil::test_make_headers[kwargs14-expected14] PASSED
956 test/test_util.py::TestUtil::test_make_headers[kwargs2-expected2] SKIPPED
957 test/test_util.py::TestUtil::test_make_headers[kwargs3-expected3] SKIPPED
958 test/test_util.py::TestUtil::test_make_headers[kwargs4-expected4] PASSED
959 test/test_util.py::TestUtil::test_make_headers[kwargs5-expected5] PASSED
960 test/test_util.py::TestUtil::test_make_headers[kwargs6-expected6] PASSED
961 test/test_util.py::TestUtil::test_make_headers[kwargs7-expected7] SKIPPED
962 test/test_util.py::TestUtil::test_make_headers[kwargs8-expected8] SKIPPED
963 test/test_util.py::TestUtil::test_make_headers[kwargs9-expected9] SKIPPED
964 test/test_util.py::TestUtil::test_netloc[/-None] PASSED
965 test/test_util.py::TestUtil::test_netloc[google.com/foobar-google.com] PASSED
966 test/test_util.py::TestUtil::test_netloc[google.com:12345-google.com:12345] PASSED
967 test/test_util.py::TestUtil::test_netloc[http://192.168.0.1/path-192.168.0.1] PASSED
968 test/test_util.py::TestUtil::test_netloc[http://192.168.0.1:80/path-192.168.0.1:80] PASSED
969 test/test_util.py::TestUtil::test_netloc[http://[::1]/path-[::1]] PASSED
970 test/test_util.py::TestUtil::test_netloc[http://[::1]:80/path-[::1]:80] PASSED
971 test/test_util.py::TestUtil::test_netloc[http://google.com/mail-google.com] PASSED
972 test/test_util.py::TestUtil::test_netloc[http://google.com:80/mail-google.com:80] PASSED
973 test/test_util.py::TestUtil::test_netloc[http://localhost-localhost] PASSED
974 test/test_util.py::TestUtil::test_netloc[http://localhost:80-localhost:80] PASSED
975 test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/.-expected_url3] PASSED
976 test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/..-expected_url1] PASSED
977 test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/./-expected_url4] PASSED
978 test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/./abc/./def/-expected_url2] PASSED
979 test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/abc/../def-expected_url0] PASSED
980 test/test_util.py::TestUtil::test_parse_and_normalize_url_paths[/abc/./.././d/././e/.././f/./../../ghi-expected_url5] PASSED
981 test/test_util.py::TestUtil::test_parse_url[#-expected_url21] PASSED
982 test/test_util.py::TestUtil::test_parse_url[#?/!google.com/?foo-expected_url9] PASSED
983 test/test_util.py::TestUtil::test_parse_url[-expected_url7] PASSED
984 test/test_util.py::TestUtil::test_parse_url[/-expected_url8] PASSED
985 test/test_util.py::TestUtil::test_parse_url[/abc/../def-expected_url22] PASSED
986 test/test_util.py::TestUtil::test_parse_url[/foo-expected_url10] PASSED
987 test/test_util.py::TestUtil::test_parse_url[/foo?bar=baz#banana?apple/orange-expected_url12] PASSED
988 test/test_util.py::TestUtil::test_parse_url[/foo?bar=baz-expected_url11] PASSED
989 test/test_util.py::TestUtil::test_parse_url[/redirect?target=http://localhost:61020/-expected_url13] PASSED
990 test/test_util.py::TestUtil::test_parse_url[?-expected_url20] PASSED
991 test/test_util.py::TestUtil::test_parse_url[google.com/mail-expected_url3] PASSED
992 test/test_util.py::TestUtil::test_parse_url[http://K\xf6nigsg\xe4\xdfchen.de/stra\xdfe-expected_url25] PASSED
993 test/test_util.py::TestUtil::test_parse_url[http://foo:bar@localhost/-expected_url17] PASSED
994 test/test_util.py::TestUtil::test_parse_url[http://foo:bar@localhost/-expected_url19] PASSED
995 test/test_util.py::TestUtil::test_parse_url[http://foo@localhost/-expected_url18] PASSED
996 test/test_util.py::TestUtil::test_parse_url[http://google.com#\udc00-expected_url30] PASSED
997 test/test_util.py::TestUtil::test_parse_url[http://google.com-expected_url5] PASSED
998 test/test_util.py::TestUtil::test_parse_url[http://google.com/-expected_url14] PASSED
999 test/test_util.py::TestUtil::test_parse_url[http://google.com/-expected_url4] PASSED
1000 test/test_util.py::TestUtil::test_parse_url[http://google.com/\ud800-expected_url28] PASSED
1001 test/test_util.py::TestUtil::test_parse_url[http://google.com/mail-expected_url0] PASSED
1002 test/test_util.py::TestUtil::test_parse_url[http://google.com/mail-expected_url2] PASSED
1003 test/test_util.py::TestUtil::test_parse_url[http://google.com/mail/-expected_url1] PASSED
1004 test/test_util.py::TestUtil::test_parse_url[http://google.com:-expected_url23] PASSED
1005 test/test_util.py::TestUtil::test_parse_url[http://google.com:/-expected_url24] PASSED
1006 test/test_util.py::TestUtil::test_parse_url[http://google.com:80-expected_url16] PASSED
1007 test/test_util.py::TestUtil::test_parse_url[http://google.com:80/-expected_url15] PASSED
1008 test/test_util.py::TestUtil::test_parse_url[http://google.com?foo-expected_url6] PASSED
1009 test/test_util.py::TestUtil::test_parse_url[http://google.com?q=\udc00-expected_url29] PASSED
1010 test/test_util.py::TestUtil::test_parse_url[http://user":quoted@example.com/-expected_url27] PASSED
1011 test/test_util.py::TestUtil::test_parse_url[http://user@email.com:password@example.com/-expected_url26] PASSED
1012 test/test_util.py::TestUtil::test_parse_url_bytes_type_error PASSED
1013 test/test_util.py::TestUtil::test_parse_url_invalid_IPv6 PASSED
1014 test/test_util.py::TestUtil::test_parse_url_negative_port PASSED
1015 test/test_util.py::TestUtil::test_parse_url_normalization[HTTP://GOOGLE.COM/MAIL/-http://google.com/MAIL/] PASSED
1016 test/test_util.py::TestUtil::test_parse_url_normalization[HTTP://JeremyCline:Hunter2@Example.com:8080/-http://JeremyCline:Hunter2@example.com:8080/] PASSED
1017 test/test_util.py::TestUtil::test_parse_url_normalization[HTTPS://Example.Com/?Key=Value-https://example.com/?Key=Value] PASSED
1018 test/test_util.py::TestUtil::test_parse_url_normalization[Https://Example.Com/#Fragment-https://example.com/#Fragment] PASSED
1019 test/test_util.py::TestUtil::test_parse_url_normalization[[::1%25]-[::1%25]] PASSED
1020 test/test_util.py::TestUtil::test_parse_url_normalization[[::1%25zone]-[::1%zone]] PASSED
1021 test/test_util.py::TestUtil::test_parse_url_normalization[[::1%zone]-[::1%zone]] PASSED
1022 test/test_util.py::TestUtil::test_parse_url_normalization[[::Ff%etH0%Ff]/%ab%Af-[::ff%etH0%FF]/%AB%AF] PASSED
1023 test/test_util.py::TestUtil::test_parse_url_normalization[http://google.com/p%5B%5d?parameter%5b%5D=%22hello%22#fragment%23-http://google.com/p%5B%5D?parameter%5B%5D=%22hello%22#fragment%23] PASSED
1024 test/test_util.py::TestUtil::test_parse_url_normalization[http://google.com/p[]?parameter[]="hello"#fragment#-http://google.com/p%5B%5D?parameter%5B%5D=%22hello%22#fragment%23] PASSED
1025 test/test_util.py::TestUtil::test_parse_url_normalization[http://user:pass@[AaAa::Ff%25etH0%Ff]/%ab%Af-http://user:pass@[aaaa::ff%etH0%FF]/%AB%AF] PASSED
1026 test/test_util.py::TestUtil::test_parse_url_normalization[http://user@domain.com:password@example.com/~tilde@?@-http://user%40domain.com:password@example.com/~tilde@?@] PASSED
1027 test/test_util.py::TestUtil::test_parse_url_only_zeros PASSED
1028 test/test_util.py::TestUtil::test_parse_url_remove_leading_zeros PASSED
1029 test/test_util.py::TestUtil::test_request_uri[#-/] PASSED
1030 test/test_util.py::TestUtil::test_request_uri[-/] PASSED
1031 test/test_util.py::TestUtil::test_request_uri[/-/] PASSED
1032 test/test_util.py::TestUtil::test_request_uri[/foo?bar=baz-/foo?bar=baz] PASSED
1033 test/test_util.py::TestUtil::test_request_uri[?-/?] PASSED
1034 test/test_util.py::TestUtil::test_request_uri[http://google.com-/] PASSED
1035 test/test_util.py::TestUtil::test_request_uri[http://google.com/-/] PASSED
1036 test/test_util.py::TestUtil::test_request_uri[http://google.com/mail-/mail] PASSED
1037 test/test_util.py::TestUtil::test_request_uri[http://google.com/mail/-/mail/] PASSED
1038 test/test_util.py::TestUtil::test_rewind_body PASSED
1039 test/test_util.py::TestUtil::test_rewind_body_bad_position PASSED
1040 test/test_util.py::TestUtil::test_rewind_body_failed_seek PASSED
1041 test/test_util.py::TestUtil::test_rewind_body_failed_tell PASSED
1042 test/test_util.py::TestUtil::test_scheme_host_port[173.194.35.7-scheme_host_port15] PASSED
1043 test/test_util.py::TestUtil::test_scheme_host_port[173.194.35.7-scheme_host_port38] PASSED
1044 test/test_util.py::TestUtil::test_scheme_host_port[GOogle.COM/mail-scheme_host_port35] PASSED
1045 test/test_util.py::TestUtil::test_scheme_host_port[HTTP://173.194.35.7-scheme_host_port39] PASSED
1046 test/test_util.py::TestUtil::test_scheme_host_port[HTTP://GOOGLE.COM/mail/-scheme_host_port34] PASSED
1047 test/test_util.py::TestUtil::test_scheme_host_port[HTTP://GoOgLe.CoM:8000/mail/-scheme_host_port36] PASSED
1048 test/test_util.py::TestUtil::test_scheme_host_port[HTTP://[2a00:1450:4001:c01::67]:80/test-scheme_host_port40] PASSED
1049 test/test_util.py::TestUtil::test_scheme_host_port[HTTP://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:8000/index.html-scheme_host_port41] PASSED
1050 test/test_util.py::TestUtil::test_scheme_host_port[HTTP://user:password@EXAMPLE.COM:1234-scheme_host_port37] PASSED
1051 test/test_util.py::TestUtil::test_scheme_host_port[HTTPS://[1080:0:0:0:8:800:200c:417A]/index.html-scheme_host_port42] PASSED
1052 test/test_util.py::TestUtil::test_scheme_host_port[[2a00:1450:4001:c01::67]-scheme_host_port20] PASSED
1053 test/test_util.py::TestUtil::test_scheme_host_port[abOut://eXamPlE.com?info=1-scheme_host_port43] PASSED
1054 test/test_util.py::TestUtil::test_scheme_host_port[google.com/mail-scheme_host_port2] PASSED
1055 test/test_util.py::TestUtil::test_scheme_host_port[http+UNIX://%2fvar%2frun%2fSOCKET/path-scheme_host_port44] PASSED
1056 test/test_util.py::TestUtil::test_scheme_host_port[http://173.194.35.7-scheme_host_port16] PASSED
1057 test/test_util.py::TestUtil::test_scheme_host_port[http://173.194.35.7/test-scheme_host_port17] PASSED
1058 test/test_util.py::TestUtil::test_scheme_host_port[http://173.194.35.7:80-scheme_host_port18] PASSED
1059 test/test_util.py::TestUtil::test_scheme_host_port[http://173.194.35.7:80/test-scheme_host_port19] PASSED
1060 test/test_util.py::TestUtil::test_scheme_host_port[http://[1080:0:0:0:8:800:200c:417a]/index.html-scheme_host_port26] PASSED
1061 test/test_util.py::TestUtil::test_scheme_host_port[http://[1080::8:800:200c:417a]/foo-scheme_host_port28] PASSED
1062 test/test_util.py::TestUtil::test_scheme_host_port[http://[2010:836b:4179::836b:4179]-scheme_host_port31] PASSED
1063 test/test_util.py::TestUtil::test_scheme_host_port[http://[2a00:1450:4001:c01::67]-scheme_host_port21] PASSED
1064 test/test_util.py::TestUtil::test_scheme_host_port[http://[2a00:1450:4001:c01::67]/test-scheme_host_port22] PASSED
1065 test/test_util.py::TestUtil::test_scheme_host_port[http://[2a00:1450:4001:c01::67]:80-scheme_host_port23] PASSED
1066 test/test_util.py::TestUtil::test_scheme_host_port[http://[2a00:1450:4001:c01::67]:80/test-scheme_host_port24] PASSED
1067 test/test_util.py::TestUtil::test_scheme_host_port[http://[3ffe:2a00:100:7031::1]-scheme_host_port27] PASSED
1068 test/test_util.py::TestUtil::test_scheme_host_port[http://[::192.9.5.5]/ipng-scheme_host_port29] PASSED
1069 test/test_util.py::TestUtil::test_scheme_host_port[http://[::ffff:129.144.52.38]:42/index.html-scheme_host_port30] PASSED
1070 test/test_util.py::TestUtil::test_scheme_host_port[http://[a::b%25zone]-scheme_host_port32] PASSED
1071 test/test_util.py::TestUtil::test_scheme_host_port[http://[a::b%zone]-scheme_host_port33] PASSED
1072 test/test_util.py::TestUtil::test_scheme_host_port[http://[fedc:ba98:7654:3210:fedc:ba98:7654:3210]:8000/index.html-scheme_host_port25] PASSED
1073 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com#foo=http://bar:42/baz-scheme_host_port14] PASSED
1074 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com-scheme_host_port4] PASSED
1075 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com/-scheme_host_port3] PASSED
1076 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com/foo=http://bar:42/baz-scheme_host_port12] PASSED
1077 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com/mail-scheme_host_port0] PASSED
1078 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com/mail/-scheme_host_port1] PASSED
1079 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com:8000-scheme_host_port8] PASSED
1080 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com:8000/mail/-scheme_host_port7] PASSED
1081 test/test_util.py::TestUtil::test_scheme_host_port[http://google.com?foo=http://bar:42/baz-scheme_host_port13] PASSED
1082 test/test_util.py::TestUtil::test_scheme_host_port[http://mail.google.com-scheme_host_port6] PASSED
1083 test/test_util.py::TestUtil::test_scheme_host_port[http://user:password@127.0.0.1:1234-scheme_host_port11] PASSED
1084 test/test_util.py::TestUtil::test_scheme_host_port[http://www.google.com-scheme_host_port5] PASSED
1085 test/test_util.py::TestUtil::test_scheme_host_port[https://google.com-scheme_host_port9] PASSED
1086 test/test_util.py::TestUtil::test_scheme_host_port[https://google.com:8000-scheme_host_port10] PASSED
1087 test/test_util.py::TestUtil::test_timeout PASSED
1088 test/test_util.py::TestUtil::test_timeout_default_resolve PASSED
1089 test/test_util.py::TestUtil::test_timeout_elapsed PASSED
1090 test/test_util.py::TestUtil::test_timeout_str PASSED
1091 test/test_util.py::TestUtil::test_to_bytes[\xe9-params2-\xc3\xa9] PASSED
1092 test/test_util.py::TestUtil::test_to_bytes[test-params0-test] PASSED
1093 test/test_util.py::TestUtil::test_to_bytes[test-params1-test] PASSED
1094 test/test_util.py::TestUtil::test_to_bytes[test-params3-test] PASSED
1095 test/test_util.py::TestUtil::test_to_bytes[test-params4-test] PASSED
1096 test/test_util.py::TestUtil::test_to_bytes_error PASSED
1097 test/test_util.py::TestUtil::test_to_str[test-params0-test] PASSED
1098 test/test_util.py::TestUtil::test_to_str[test-params1-test] PASSED
1099 test/test_util.py::TestUtil::test_to_str[test-params2-test] PASSED
1100 test/test_util.py::TestUtil::test_to_str[test-params3-test] PASSED
1101 test/test_util.py::TestUtil::test_to_str_error PASSED
1102 test/test_util.py::TestUtil::test_unparse_url[#?/!google.com/?foo-expected_url9] PASSED
1103 test/test_util.py::TestUtil::test_unparse_url[-expected_url7] PASSED
1104 test/test_util.py::TestUtil::test_unparse_url[/-expected_url8] PASSED
1105 test/test_util.py::TestUtil::test_unparse_url[/foo-expected_url10] PASSED
1106 test/test_util.py::TestUtil::test_unparse_url[/foo?bar=baz#banana?apple/orange-expected_url12] PASSED
1107 test/test_util.py::TestUtil::test_unparse_url[/foo?bar=baz-expected_url11] PASSED
1108 test/test_util.py::TestUtil::test_unparse_url[/redirect?target=http://localhost:61020/-expected_url13] PASSED
1109 test/test_util.py::TestUtil::test_unparse_url[google.com/mail-expected_url3] PASSED
1110 test/test_util.py::TestUtil::test_unparse_url[http://foo:bar@localhost/-expected_url17] PASSED
1111 test/test_util.py::TestUtil::test_unparse_url[http://foo:bar@localhost/-expected_url19] PASSED
1112 test/test_util.py::TestUtil::test_unparse_url[http://foo@localhost/-expected_url18] PASSED
1113 test/test_util.py::TestUtil::test_unparse_url[http://google.com-expected_url5] PASSED
1114 test/test_util.py::TestUtil::test_unparse_url[http://google.com/-expected_url14] PASSED
1115 test/test_util.py::TestUtil::test_unparse_url[http://google.com/-expected_url4] PASSED
1116 test/test_util.py::TestUtil::test_unparse_url[http://google.com/mail-expected_url0] PASSED
1117 test/test_util.py::TestUtil::test_unparse_url[http://google.com/mail-expected_url2] PASSED
1118 test/test_util.py::TestUtil::test_unparse_url[http://google.com/mail/-expected_url1] PASSED
1119 test/test_util.py::TestUtil::test_unparse_url[http://google.com:80-expected_url16] PASSED
1120 test/test_util.py::TestUtil::test_unparse_url[http://google.com:80/-expected_url15] PASSED
1121 test/test_util.py::TestUtil::test_unparse_url[http://google.com?foo-expected_url6] PASSED
1122 test/test_util.py::TestUtil::test_url_vulnerabilities[//google.com/a/b/c-expected_url4] PASSED
1123 test/test_util.py::TestUtil::test_url_vulnerabilities[10.251.0.83:7777?a=1 HTTP/1.1\r\nX-injected: header-expected_url6] PASSED
1124 test/test_util.py::TestUtil::test_url_vulnerabilities[Tons of '@' causing backtracking 1] PASSED
1125 test/test_util.py::TestUtil::test_url_vulnerabilities[Tons of '@' causing backtracking 2] PASSED
1126 test/test_util.py::TestUtil::test_url_vulnerabilities[http://127.0.0.1%0d%0aConnection%3a%20keep-alive-expected_url1] PASSED
1127 test/test_util.py::TestUtil::test_url_vulnerabilities[http://127.0.0.1:6379?\r\nSET test failure12\r\n:8080/test/?test=a-expected_url7] PASSED
1128 test/test_util.py::TestUtil::test_url_vulnerabilities[http://\u30d2:\u30ad@\u30d2.abc.\u30cb/\u30d2?\u30ad#\u30ef-expected_url5] PASSED
1129 test/test_util.py::TestUtil::test_url_vulnerabilities[http://google.com#@evil.com/-expected_url0] PASSED
1130 test/test_util.py::TestUtil::test_url_vulnerabilities[http://google.com/\uff2e\uff2e/abc-expected_url2] PASSED
1131 test/test_util.py::TestUtil::test_url_vulnerabilities[https://user:pass@xdavidhu.me\\test.corp.google.com:8080/path/to/something?param=value#hash-expected_url8] PASSED
1132 test/test_util.py::TestUtil::test_url_vulnerabilities[javascript:a='@google.com:12345/';alert(0)-expected_url3] PASSED
1133 test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[LibreSSL 2.8.3-269488335-cpython-version_info5-None-False] PASSED
1134 test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.0-269488128-cpython-version_info6-None-False] PASSED
1135 test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488128-cpython-version_info1-None-True] PASSED
1136 test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488128-pypy-version_info2-pypy_version_info2-False] PASSED
1137 test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-cpython-version_info0-None-True] PASSED
1138 test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-cpython-version_info4-None-True] PASSED
1139 test/test_util.py::TestUtilSSL::test_is_has_never_check_common_name_reliable[OpenSSL 1.1.1-269488335-pypy-version_info3-pypy_version_info3-True] PASSED
1140 test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[CERT_REQUIRED-VerifyMode.CERT_REQUIRED] PASSED
1141 test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[None-VerifyMode.CERT_REQUIRED] PASSED
1142 test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[REQUIRED-VerifyMode.CERT_REQUIRED] PASSED
1143 test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[VerifyMode.CERT_NONE-VerifyMode.CERT_NONE] PASSED
1144 test/test_util.py::TestUtilSSL::test_resolve_cert_reqs[VerifyMode.CERT_REQUIRED-VerifyMode.CERT_REQUIRED] PASSED
1145 test/test_util.py::TestUtilSSL::test_resolve_ssl_version[PROTOCOL_TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED
1146 test/test_util.py::TestUtilSSL::test_resolve_ssl_version[TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED
1147 test/test_util.py::TestUtilSSL::test_resolve_ssl_version[_SSLMethod.PROTOCOL_TLS-_SSLMethod.PROTOCOL_TLS] PASSED
1148 test/test_util.py::TestUtilSSL::test_resolve_ssl_version[_SSLMethod.PROTOCOL_TLSv1-_SSLMethod.PROTOCOL_TLSv1] PASSED
1149 test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_creates_new_context PASSED
1150 test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_loads_certificate_data PASSED
1151 test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_loads_certificate_directories PASSED
1152 test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_loads_the_cert_chain PASSED
1153 test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_loads_verify_locations PASSED
1154 test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_sni_ip_address_no_warn PASSED
1155 test/test_util.py::TestUtilSSL::test_ssl_wrap_socket_sni_none_no_warn PASSED
1156 test/test_util.py::TestUtilWithoutIdna::test_parse_url_without_idna PASSED
1157 test/test_wait.py::test_eintr[poll_wait_for_socket] PASSED
1158 test/test_wait.py::test_eintr[select_wait_for_socket] PASSED
1159 test/test_wait.py::test_eintr[wait_for_socket] PASSED
1160 test/test_wait.py::test_eintr_infinite_timeout[poll_wait_for_socket] PASSED
1161 test/test_wait.py::test_eintr_infinite_timeout[select_wait_for_socket] PASSED
1162 test/test_wait.py::test_eintr_infinite_timeout[wait_for_socket] PASSED
1163 test/test_wait.py::test_eintr_zero_timeout[poll_wait_for_socket] PASSED
1164 test/test_wait.py::test_eintr_zero_timeout[select_wait_for_socket] PASSED
1165 test/test_wait.py::test_eintr_zero_timeout[wait_for_socket] PASSED
1166 test/test_wait.py::test_wait_for_read_write PASSED
1167 test/test_wait.py::test_wait_for_socket[poll_wait_for_socket] PASSED
1168 test/test_wait.py::test_wait_for_socket[select_wait_for_socket] PASSED
1169 test/test_wait.py::test_wait_for_socket[wait_for_socket] PASSED
1170 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_bytestring_body PASSED
1171 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_chunks[chunks0] PASSED
1172 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_chunks[chunks1] PASSED
1173 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_body PASSED
1174 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_iterable_body PASSED
1175 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_empty_string_body PASSED
1176 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_chunked_on_broken_connection PASSED
1177 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_chunked_on_redirect PASSED
1178 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_chunked_on_retry_after PASSED
1179 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_transfer_encoding_header PASSED
1180 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_preserve_user_agent_header PASSED
1181 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_provides_default_host_header PASSED
1182 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_provides_default_transfer_encoding_header PASSED
1183 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_provides_default_user_agent_header PASSED
1184 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_remove_user_agent_header PASSED
1185 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_removes_duplicate_host_header PASSED
1186 test/with_dummyserver/test_chunked_transfer.py::TestChunkedTransfer::test_unicode_body PASSED
1187 test/with_dummyserver/test_connection.py::test_audit_event PASSED
1188 test/with_dummyserver/test_connection.py::test_connection_state_properties PASSED
1189 test/with_dummyserver/test_connection.py::test_does_not_release_conn PASSED
1190 test/with_dummyserver/test_connection.py::test_double_getresponse PASSED
1191 test/with_dummyserver/test_connection.py::test_invalid_tunnel_scheme PASSED
1192 test/with_dummyserver/test_connection.py::test_releases_conn PASSED
1193 test/with_dummyserver/test_connection.py::test_returns_urllib3_HTTPResponse PASSED
1194 test/with_dummyserver/test_connection.py::test_set_tunnel_is_reset PASSED
1195 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_303_redirect_makes_request_lose_body PASSED
1196 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_bad_connect PASSED
1197 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_bad_decode PASSED
1198 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_bytes_header PASSED
1199 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_check_deflate PASSED
1200 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_check_gzip PASSED
1201 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_chunked_gzip PASSED
1202 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_cleanup_on_connection_error PASSED
1203 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_count PASSED
1204 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_count_bigpool PASSED
1205 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_connection_error_retries PASSED
1206 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_default_user_agent_header PASSED
1207 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_defaults_are_applied PASSED
1208 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_disable_default_socket_options[None] PASSED
1209 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_disable_default_socket_options[socket_options1] PASSED
1210 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_dns_error PASSED
1211 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_for_double_release PASSED
1212 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_get PASSED
1213 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-False] PASSED
1214 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-True] PASSED
1215 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-True-False] PASSED
1216 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-True-True] PASSED
1217 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-False] PASSED
1218 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-True] PASSED
1219 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-True-False] PASSED
1220 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-True-True] PASSED
1221 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_invalid_method_not_allowed[ ] PASSED
1222 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_invalid_method_not_allowed[\n] PASSED
1223 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_invalid_method_not_allowed[\r] PASSED
1224 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_invalid_method_not_allowed[\x00] PASSED
1225 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_keepalive PASSED
1226 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_keepalive_close PASSED
1227 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_lazy_load_twice PASSED
1228 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_mixed_case_hostname PASSED
1229 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_nagle PASSED
1230 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_no_user_agent_header PASSED
1231 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_one_name_multiple_values PASSED
1232 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_partial_response PASSED
1233 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_percent_encode_invalid_target_chars PASSED
1234 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_url PASSED
1235 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_multipart PASSED
1236 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_multipart__iter__ PASSED
1237 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_post_with_urlencode PASSED
1238 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_preserves_path_dot_segments PASSED
1239 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_read_chunked_on_closed_response PASSED
1240 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_read_chunked_short_circuit PASSED
1241 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_redirect PASSED
1242 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_redirect_relative_url_no_deprecation PASSED
1243 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_release_conn_parameter PASSED
1244 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_request_chunked_is_deprecated PASSED
1245 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_request_method_body PASSED
1246 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-Accept-Encoding0] PASSED
1247 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-Accept-Encoding1] PASSED
1248 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-None] PASSED
1249 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-accept-encoding0] PASSED
1250 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host0-accept-encoding1] PASSED
1251 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-Accept-Encoding0] PASSED
1252 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-Accept-Encoding1] PASSED
1253 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-None] PASSED
1254 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-accept-encoding0] PASSED
1255 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-Host1-accept-encoding1] PASSED
1256 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-Accept-Encoding0] PASSED
1257 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-Accept-Encoding1] PASSED
1258 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-None] PASSED
1259 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-accept-encoding0] PASSED
1260 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-None-accept-encoding1] PASSED
1261 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-Accept-Encoding0] PASSED
1262 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-Accept-Encoding1] PASSED
1263 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-None] PASSED
1264 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-accept-encoding0] PASSED
1265 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host0-accept-encoding1] PASSED
1266 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-Accept-Encoding0] PASSED
1267 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-Accept-Encoding1] PASSED
1268 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-None] PASSED
1269 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-accept-encoding0] PASSED
1270 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-None-host1-accept-encoding1] PASSED
1271 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-Accept-Encoding0] PASSED
1272 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-Accept-Encoding1] PASSED
1273 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-None] PASSED
1274 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-accept-encoding0] PASSED
1275 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host0-accept-encoding1] PASSED
1276 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-Accept-Encoding0] PASSED
1277 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-Accept-Encoding1] PASSED
1278 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-None] PASSED
1279 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-accept-encoding0] PASSED
1280 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-Host1-accept-encoding1] PASSED
1281 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-Accept-Encoding0] PASSED
1282 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-Accept-Encoding1] PASSED
1283 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-None] PASSED
1284 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-accept-encoding0] PASSED
1285 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-None-accept-encoding1] PASSED
1286 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-Accept-Encoding0] PASSED
1287 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-Accept-Encoding1] PASSED
1288 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-None] PASSED
1289 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-accept-encoding0] PASSED
1290 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host0-accept-encoding1] PASSED
1291 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-Accept-Encoding0] PASSED
1292 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-Accept-Encoding1] PASSED
1293 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-None] PASSED
1294 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-accept-encoding0] PASSED
1295 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent0-host1-accept-encoding1] PASSED
1296 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-Accept-Encoding0] PASSED
1297 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-Accept-Encoding1] PASSED
1298 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-None] PASSED
1299 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-accept-encoding0] PASSED
1300 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host0-accept-encoding1] PASSED
1301 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-Accept-Encoding0] PASSED
1302 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-Accept-Encoding1] PASSED
1303 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-None] PASSED
1304 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-accept-encoding0] PASSED
1305 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-Host1-accept-encoding1] PASSED
1306 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-Accept-Encoding0] PASSED
1307 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-Accept-Encoding1] PASSED
1308 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-None] PASSED
1309 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-accept-encoding0] PASSED
1310 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-None-accept-encoding1] PASSED
1311 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-Accept-Encoding0] PASSED
1312 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-Accept-Encoding1] PASSED
1313 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-None] PASSED
1314 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-accept-encoding0] PASSED
1315 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host0-accept-encoding1] PASSED
1316 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-Accept-Encoding0] PASSED
1317 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-Accept-Encoding1] PASSED
1318 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-None] PASSED
1319 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-accept-encoding0] PASSED
1320 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-User-Agent1-host1-accept-encoding1] PASSED
1321 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-Accept-Encoding0] PASSED
1322 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-Accept-Encoding1] PASSED
1323 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-None] PASSED
1324 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-accept-encoding0] PASSED
1325 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host0-accept-encoding1] PASSED
1326 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-Accept-Encoding0] PASSED
1327 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-Accept-Encoding1] PASSED
1328 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-None] PASSED
1329 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-accept-encoding0] PASSED
1330 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-Host1-accept-encoding1] PASSED
1331 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-Accept-Encoding0] PASSED
1332 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-Accept-Encoding1] PASSED
1333 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-None] PASSED
1334 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-accept-encoding0] PASSED
1335 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-None-accept-encoding1] PASSED
1336 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-Accept-Encoding0] PASSED
1337 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-Accept-Encoding1] PASSED
1338 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-None] PASSED
1339 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-accept-encoding0] PASSED
1340 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host0-accept-encoding1] PASSED
1341 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-Accept-Encoding0] PASSED
1342 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-Accept-Encoding1] PASSED
1343 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-None] PASSED
1344 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-accept-encoding0] PASSED
1345 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent0-host1-accept-encoding1] PASSED
1346 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-Accept-Encoding0] PASSED
1347 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-Accept-Encoding1] PASSED
1348 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-None] PASSED
1349 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-accept-encoding0] PASSED
1350 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host0-accept-encoding1] PASSED
1351 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-Accept-Encoding0] PASSED
1352 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-Accept-Encoding1] PASSED
1353 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-None] PASSED
1354 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-accept-encoding0] PASSED
1355 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-Host1-accept-encoding1] PASSED
1356 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-Accept-Encoding0] PASSED
1357 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-Accept-Encoding1] PASSED
1358 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-None] PASSED
1359 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-accept-encoding0] PASSED
1360 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-None-accept-encoding1] PASSED
1361 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-Accept-Encoding0] PASSED
1362 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-Accept-Encoding1] PASSED
1363 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-None] PASSED
1364 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-accept-encoding0] PASSED
1365 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host0-accept-encoding1] PASSED
1366 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-Accept-Encoding0] PASSED
1367 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-Accept-Encoding1] PASSED
1368 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-None] PASSED
1369 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-accept-encoding0] PASSED
1370 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[False-user-agent1-host1-accept-encoding1] PASSED
1371 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-Accept-Encoding0] PASSED
1372 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-Accept-Encoding1] PASSED
1373 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-None] PASSED
1374 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-accept-encoding0] PASSED
1375 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host0-accept-encoding1] PASSED
1376 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-Accept-Encoding0] PASSED
1377 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-Accept-Encoding1] PASSED
1378 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-None] PASSED
1379 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-accept-encoding0] PASSED
1380 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-Host1-accept-encoding1] PASSED
1381 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-Accept-Encoding0] PASSED
1382 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-Accept-Encoding1] PASSED
1383 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-None] PASSED
1384 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-accept-encoding0] PASSED
1385 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-None-accept-encoding1] PASSED
1386 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-Accept-Encoding0] PASSED
1387 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-Accept-Encoding1] PASSED
1388 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-None] PASSED
1389 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-accept-encoding0] PASSED
1390 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host0-accept-encoding1] PASSED
1391 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-Accept-Encoding0] PASSED
1392 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-Accept-Encoding1] PASSED
1393 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-None] PASSED
1394 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-accept-encoding0] PASSED
1395 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-None-host1-accept-encoding1] PASSED
1396 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-Accept-Encoding0] PASSED
1397 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-Accept-Encoding1] PASSED
1398 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-None] PASSED
1399 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-accept-encoding0] PASSED
1400 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host0-accept-encoding1] PASSED
1401 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-Accept-Encoding0] PASSED
1402 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-Accept-Encoding1] PASSED
1403 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-None] PASSED
1404 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-accept-encoding0] PASSED
1405 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-Host1-accept-encoding1] PASSED
1406 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-Accept-Encoding0] PASSED
1407 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-Accept-Encoding1] PASSED
1408 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-None] PASSED
1409 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-accept-encoding0] PASSED
1410 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-None-accept-encoding1] PASSED
1411 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-Accept-Encoding0] PASSED
1412 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-Accept-Encoding1] PASSED
1413 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-None] PASSED
1414 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-accept-encoding0] PASSED
1415 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host0-accept-encoding1] PASSED
1416 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-Accept-Encoding0] PASSED
1417 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-Accept-Encoding1] PASSED
1418 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-None] PASSED
1419 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-accept-encoding0] PASSED
1420 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent0-host1-accept-encoding1] PASSED
1421 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-Accept-Encoding0] PASSED
1422 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-Accept-Encoding1] PASSED
1423 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-None] PASSED
1424 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-accept-encoding0] PASSED
1425 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host0-accept-encoding1] PASSED
1426 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-Accept-Encoding0] PASSED
1427 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-Accept-Encoding1] PASSED
1428 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-None] PASSED
1429 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-accept-encoding0] PASSED
1430 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-Host1-accept-encoding1] PASSED
1431 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-Accept-Encoding0] PASSED
1432 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-Accept-Encoding1] PASSED
1433 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-None] PASSED
1434 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-accept-encoding0] PASSED
1435 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-None-accept-encoding1] PASSED
1436 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-Accept-Encoding0] PASSED
1437 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-Accept-Encoding1] PASSED
1438 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-None] PASSED
1439 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-accept-encoding0] PASSED
1440 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host0-accept-encoding1] PASSED
1441 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-Accept-Encoding0] PASSED
1442 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-Accept-Encoding1] PASSED
1443 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-None] PASSED
1444 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-accept-encoding0] PASSED
1445 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-User-Agent1-host1-accept-encoding1] PASSED
1446 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-Accept-Encoding0] PASSED
1447 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-Accept-Encoding1] PASSED
1448 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-None] PASSED
1449 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-accept-encoding0] PASSED
1450 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host0-accept-encoding1] PASSED
1451 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-Accept-Encoding0] PASSED
1452 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-Accept-Encoding1] PASSED
1453 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-None] PASSED
1454 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-accept-encoding0] PASSED
1455 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-Host1-accept-encoding1] PASSED
1456 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-Accept-Encoding0] PASSED
1457 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-Accept-Encoding1] PASSED
1458 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-None] PASSED
1459 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-accept-encoding0] PASSED
1460 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-None-accept-encoding1] PASSED
1461 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-Accept-Encoding0] PASSED
1462 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-Accept-Encoding1] PASSED
1463 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-None] PASSED
1464 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-accept-encoding0] PASSED
1465 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host0-accept-encoding1] PASSED
1466 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-Accept-Encoding0] PASSED
1467 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-Accept-Encoding1] PASSED
1468 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-None] PASSED
1469 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-accept-encoding0] PASSED
1470 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent0-host1-accept-encoding1] PASSED
1471 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-Accept-Encoding0] PASSED
1472 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-Accept-Encoding1] PASSED
1473 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-None] PASSED
1474 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-accept-encoding0] PASSED
1475 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host0-accept-encoding1] PASSED
1476 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-Accept-Encoding0] PASSED
1477 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-Accept-Encoding1] PASSED
1478 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-None] PASSED
1479 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-accept-encoding0] PASSED
1480 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-Host1-accept-encoding1] PASSED
1481 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-Accept-Encoding0] PASSED
1482 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-Accept-Encoding1] PASSED
1483 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-None] PASSED
1484 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-accept-encoding0] PASSED
1485 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-None-accept-encoding1] PASSED
1486 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-Accept-Encoding0] PASSED
1487 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-Accept-Encoding1] PASSED
1488 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-None] PASSED
1489 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-accept-encoding0] PASSED
1490 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host0-accept-encoding1] PASSED
1491 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-Accept-Encoding0] PASSED
1492 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-Accept-Encoding1] PASSED
1493 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-None] PASSED
1494 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-accept-encoding0] PASSED
1495 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header[True-user-agent1-host1-accept-encoding1] PASSED
1496 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header_non_supported[False-Content-Length] PASSED
1497 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header_non_supported[False-content-length] PASSED
1498 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header_non_supported[True-Content-Length] PASSED
1499 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_skip_header_non_supported[True-content-length] PASSED
1500 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_options[socket_options0] PASSED
1501 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_options[socket_options1] PASSED
1502 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[1-expect_settimeout_calls0] PASSED
1503 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[None-expect_settimeout_calls1] PASSED
1504 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[timeout2-expect_settimeout_calls2] PASSED
1505 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[timeout3-expect_settimeout_calls3] PASSED
1506 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_constructor[timeout4-expect_settimeout_calls4] PASSED
1507 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[1-expect_settimeout_calls0] PASSED
1508 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[None-expect_settimeout_calls1] PASSED
1509 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[timeout2-expect_settimeout_calls2] PASSED
1510 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[timeout3-expect_settimeout_calls3] PASSED
1511 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_socket_timeout_updated_on_reuse_parameter[timeout4-expect_settimeout_calls4] PASSED
1512 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_source_address PASSED
1513 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_source_address_error[invalid_source_address0-False] PASSED
1514 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_source_address_error[invalid_source_address1-True] PASSED
1515 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_stream_keepalive PASSED
1516 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_timeout_success PASSED
1517 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_tunnel PASSED
1518 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_unicode_upload PASSED
1519 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_upload PASSED
1520 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_urlopen_put PASSED
1521 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-None] PASSED
1522 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers1] PASSED
1523 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers2] PASSED
1524 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers3] PASSED
1525 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers4] PASSED
1526 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[False-headers5] PASSED
1527 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-None] PASSED
1528 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers1] PASSED
1529 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers2] PASSED
1530 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers3] PASSED
1531 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers4] PASSED
1532 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_header_not_sent_twice[True-headers5] PASSED
1533 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_non_ascii_user_agent[Sch\xf6nefeld/1.18.00] PASSED
1534 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_user_agent_non_ascii_user_agent[Sch\xf6nefeld/1.18.01] PASSED
1535 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_wrong_specific_method PASSED
1536 test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_conn_closed PASSED
1537 test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_connect_timeout PASSED
1538 test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_create_connection_timeout PASSED
1539 test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_timeout PASSED
1540 test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_timeout_float PASSED
1541 test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_total_applies_connect PASSED
1542 test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_total_timeout PASSED
1543 test/with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_redirect_put_file PASSED
1544 test/with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_redirect_with_failed_tell PASSED
1545 test/with_dummyserver/test_connectionpool.py::TestFileBodiesOnRetryOrRedirect::test_retries_put_filehandle PASSED
1546 test/with_dummyserver/test_connectionpool.py::TestRedirectPoolSize::test_pool_size_redirect PASSED
1547 test/with_dummyserver/test_connectionpool.py::TestRetry::test_default_method_forcelist_retried PASSED
1548 test/with_dummyserver/test_connectionpool.py::TestRetry::test_disabled_retry PASSED
1549 test/with_dummyserver/test_connectionpool.py::TestRetry::test_max_retry PASSED
1550 test/with_dummyserver/test_connectionpool.py::TestRetry::test_multi_redirect_history PASSED
1551 test/with_dummyserver/test_connectionpool.py::TestRetry::test_read_retries PASSED
1552 test/with_dummyserver/test_connectionpool.py::TestRetry::test_read_retries_unsuccessful PASSED
1553 test/with_dummyserver/test_connectionpool.py::TestRetry::test_read_total_retries PASSED
1554 test/with_dummyserver/test_connectionpool.py::TestRetry::test_retries_wrong_forcelist PASSED
1555 test/with_dummyserver/test_connectionpool.py::TestRetry::test_retries_wrong_method_list PASSED
1556 test/with_dummyserver/test_connectionpool.py::TestRetry::test_retry_redirect_history PASSED
1557 test/with_dummyserver/test_connectionpool.py::TestRetry::test_retry_return_in_response PASSED
1558 test/with_dummyserver/test_connectionpool.py::TestRetry::test_retry_reuse_safe PASSED
1559 test/with_dummyserver/test_connectionpool.py::TestRetryAfter::test_redirect_after PASSED
1560 test/with_dummyserver/test_connectionpool.py::TestRetryAfter::test_retry_after PASSED
1561 test/with_dummyserver/test_connectionpool.py::TestRetryPoolSize::test_pool_size_retry PASSED
1562 test/with_dummyserver/test_https.py::TestHTTPS::test_alpn_default SKIPPED
1563 test/with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_md5 SKIPPED
1564 test/with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_sha1 SKIPPED
1565 test/with_dummyserver/test_https.py::TestHTTPS::test_assert_fingerprint_sha256 SKIPPED
1566 test/with_dummyserver/test_https.py::TestHTTPS::test_assert_hostname_false SKIPPED
1567 test/with_dummyserver/test_https.py::TestHTTPS::test_assert_invalid_fingerprint SKIPPED
1568 test/with_dummyserver/test_https.py::TestHTTPS::test_assert_specific_hostname SKIPPED
1569 test/with_dummyserver/test_https.py::TestHTTPS::test_ca_dir_verified SKIPPED
1570 test/with_dummyserver/test_https.py::TestHTTPS::test_client_encrypted_key_requires_password SKIPPED
1571 test/with_dummyserver/test_https.py::TestHTTPS::test_client_intermediate SKIPPED
1572 test/with_dummyserver/test_https.py::TestHTTPS::test_client_key_password SKIPPED
1573 test/with_dummyserver/test_https.py::TestHTTPS::test_client_no_intermediate SKIPPED
1574 test/with_dummyserver/test_https.py::TestHTTPS::test_context_combines_with_ca_certs SKIPPED
1575 test/with_dummyserver/test_https.py::TestHTTPS::test_default_ssl_context_ssl_min_max_versions PASSED
1576 test/with_dummyserver/test_https.py::TestHTTPS::test_dotted_fqdn SKIPPED
1577 test/with_dummyserver/test_https.py::TestHTTPS::test_enhanced_ssl_connection SKIPPED
1578 test/with_dummyserver/test_https.py::TestHTTPS::test_enhanced_timeout PASSED
1579 test/with_dummyserver/test_https.py::TestHTTPS::test_good_fingerprint_and_hostname_mismatch SKIPPED
1580 test/with_dummyserver/test_https.py::TestHTTPS::test_https_timeout SKIPPED
1581 test/with_dummyserver/test_https.py::TestHTTPS::test_invalid_common_name SKIPPED
1582 test/with_dummyserver/test_https.py::TestHTTPS::test_no_ssl PASSED
1583 test/with_dummyserver/test_https.py::TestHTTPS::test_no_tls_version_deprecation_with_ssl_context SKIPPED
1584 test/with_dummyserver/test_https.py::TestHTTPS::test_server_hostname SKIPPED
1585 test/with_dummyserver/test_https.py::TestHTTPS::test_set_cert_default_cert_required PASSED
1586 test/with_dummyserver/test_https.py::TestHTTPS::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED
1587 test/with_dummyserver/test_https.py::TestHTTPS::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED
1588 test/with_dummyserver/test_https.py::TestHTTPS::test_set_ssl_version_to_tls_version SKIPPED
1589 test/with_dummyserver/test_https.py::TestHTTPS::test_simple SKIPPED
1590 test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED
1591 test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_correct_system_time SKIPPED
1592 test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_unverified_with_ca_certs SKIPPED
1593 test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_version_is_deprecated SKIPPED
1594 test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED
1595 test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED
1596 test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED
1597 test/with_dummyserver/test_https.py::TestHTTPS::test_ssl_wrong_system_time SKIPPED
1598 test/with_dummyserver/test_https.py::TestHTTPS::test_sslkeylogfile SKIPPED
1599 test/with_dummyserver/test_https.py::TestHTTPS::test_sslkeylogfile_empty[None] SKIPPED
1600 test/with_dummyserver/test_https.py::TestHTTPS::test_sslkeylogfile_empty[] SKIPPED
1601 test/with_dummyserver/test_https.py::TestHTTPS::test_tls_protocol_name_of_socket SKIPPED
1602 test/with_dummyserver/test_https.py::TestHTTPS::test_tls_version_maximum_and_minimum SKIPPED
1603 test/with_dummyserver/test_https.py::TestHTTPS::test_tunnel SKIPPED
1604 test/with_dummyserver/test_https.py::TestHTTPS::test_unverified_ssl SKIPPED
1605 test/with_dummyserver/test_https.py::TestHTTPS::test_verified SKIPPED
1606 test/with_dummyserver/test_https.py::TestHTTPS::test_verified_with_bad_ca_certs SKIPPED
1607 test/with_dummyserver/test_https.py::TestHTTPS::test_verified_with_context SKIPPED
1608 test/with_dummyserver/test_https.py::TestHTTPS::test_verified_without_ca_certs SKIPPED
1609 test/with_dummyserver/test_https.py::TestHTTPS::test_verify_none_and_bad_fingerprint PASSED
1610 test/with_dummyserver/test_https.py::TestHTTPS::test_verify_none_and_good_fingerprint PASSED
1611 test/with_dummyserver/test_https.py::TestHTTPS::test_wrap_socket_failure_resource_leak SKIPPED
1612 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_assert_hostname_invalid_cn PASSED
1613 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_assert_hostname_invalid_san PASSED
1614 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_can_validate_san[127.0.0.1] PASSED
1615 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_can_validate_san[::1] PASSED
1616 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_can_validate_san[localhost] PASSED
1617 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_common_name_without_san_fails[127.0.0.1] PASSED
1618 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_common_name_without_san_fails[::1] PASSED
1619 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_common_name_without_san_fails[localhost] PASSED
1620 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_common_name_without_san_with_different_common_name PASSED
1621 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[127.0.0.1-False] PASSED
1622 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[127.0.0.1-True] PASSED
1623 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[::1-False] PASSED
1624 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[::1-True] PASSED
1625 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[localhost-False] PASSED
1626 test/with_dummyserver/test_https.py::TestHTTPS_Hostname::test_hostname_checks_common_name_respected[localhost-True] PASSED
1627 test/with_dummyserver/test_https.py::TestHTTPS_IPV4SAN::test_can_validate_ip_san PASSED
1628 test/with_dummyserver/test_https.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san[::1] PASSED
1629 test/with_dummyserver/test_https.py::TestHTTPS_IPV6SAN::test_can_validate_ipv6_san[[::1]] PASSED
1630 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_alpn_default SKIPPED
1631 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_md5 SKIPPED
1632 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha1 SKIPPED
1633 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_fingerprint_sha256 SKIPPED
1634 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_hostname_false SKIPPED
1635 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_invalid_fingerprint SKIPPED
1636 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_assert_specific_hostname SKIPPED
1637 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ca_dir_verified SKIPPED
1638 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_encrypted_key_requires_password SKIPPED
1639 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_intermediate SKIPPED
1640 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_key_password SKIPPED
1641 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_client_no_intermediate SKIPPED
1642 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_context_combines_with_ca_certs SKIPPED
1643 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_default_ssl_context_ssl_min_max_versions SKIPPED
1644 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_dotted_fqdn SKIPPED
1645 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_enhanced_ssl_connection SKIPPED
1646 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_enhanced_timeout SKIPPED
1647 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_good_fingerprint_and_hostname_mismatch SKIPPED
1648 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_https_timeout SKIPPED
1649 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_invalid_common_name SKIPPED
1650 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_no_ssl SKIPPED
1651 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_no_tls_version_deprecation_with_ssl_context SKIPPED
1652 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_server_hostname SKIPPED
1653 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_cert_default_cert_required SKIPPED
1654 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] SKIPPED
1655 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] SKIPPED
1656 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_set_ssl_version_to_tls_version SKIPPED
1657 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_simple SKIPPED
1658 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED
1659 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_correct_system_time SKIPPED
1660 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_unverified_with_ca_certs SKIPPED
1661 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_version_is_deprecated SKIPPED
1662 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED
1663 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED
1664 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED
1665 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_ssl_wrong_system_time SKIPPED
1666 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_sslkeylogfile SKIPPED
1667 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_sslkeylogfile_empty[None] SKIPPED
1668 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_sslkeylogfile_empty[] SKIPPED
1669 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_tls_protocol_name_of_socket SKIPPED
1670 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_tls_version_maximum_and_minimum SKIPPED
1671 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_tunnel SKIPPED
1672 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_unverified_ssl SKIPPED
1673 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified SKIPPED
1674 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_with_bad_ca_certs SKIPPED
1675 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_with_context SKIPPED
1676 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verified_without_ca_certs SKIPPED
1677 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verify_none_and_bad_fingerprint SKIPPED
1678 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_verify_none_and_good_fingerprint SKIPPED
1679 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1::test_wrap_socket_failure_resource_leak SKIPPED
1680 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_alpn_default SKIPPED
1681 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_md5 SKIPPED
1682 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha1 SKIPPED
1683 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_fingerprint_sha256 SKIPPED
1684 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_hostname_false SKIPPED
1685 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_invalid_fingerprint SKIPPED
1686 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_assert_specific_hostname SKIPPED
1687 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ca_dir_verified SKIPPED
1688 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_encrypted_key_requires_password SKIPPED
1689 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_intermediate SKIPPED
1690 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_key_password SKIPPED
1691 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_client_no_intermediate SKIPPED
1692 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_context_combines_with_ca_certs SKIPPED
1693 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_default_ssl_context_ssl_min_max_versions SKIPPED
1694 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_dotted_fqdn SKIPPED
1695 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_enhanced_ssl_connection SKIPPED
1696 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_enhanced_timeout SKIPPED
1697 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_good_fingerprint_and_hostname_mismatch SKIPPED
1698 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_https_timeout SKIPPED
1699 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_invalid_common_name SKIPPED
1700 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_no_ssl SKIPPED
1701 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_no_tls_version_deprecation_with_ssl_context SKIPPED
1702 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_server_hostname SKIPPED
1703 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_cert_default_cert_required SKIPPED
1704 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] SKIPPED
1705 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] SKIPPED
1706 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_set_ssl_version_to_tls_version SKIPPED
1707 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_simple SKIPPED
1708 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED
1709 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_correct_system_time SKIPPED
1710 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_unverified_with_ca_certs SKIPPED
1711 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_version_is_deprecated SKIPPED
1712 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] SKIPPED
1713 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] SKIPPED
1714 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] SKIPPED
1715 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_ssl_wrong_system_time SKIPPED
1716 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_sslkeylogfile SKIPPED
1717 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_sslkeylogfile_empty[None] SKIPPED
1718 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_sslkeylogfile_empty[] SKIPPED
1719 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_tls_protocol_name_of_socket SKIPPED
1720 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_tls_version_maximum_and_minimum SKIPPED
1721 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_tunnel SKIPPED
1722 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_unverified_ssl SKIPPED
1723 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified SKIPPED
1724 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_with_bad_ca_certs SKIPPED
1725 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_with_context SKIPPED
1726 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verified_without_ca_certs SKIPPED
1727 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verify_none_and_bad_fingerprint SKIPPED
1728 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_verify_none_and_good_fingerprint SKIPPED
1729 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_1::test_wrap_socket_failure_resource_leak SKIPPED
1730 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_alpn_default PASSED
1731 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_md5 PASSED
1732 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha1 PASSED
1733 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_fingerprint_sha256 PASSED
1734 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_hostname_false PASSED
1735 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_invalid_fingerprint PASSED
1736 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_assert_specific_hostname PASSED
1737 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ca_dir_verified PASSED
1738 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_encrypted_key_requires_password PASSED
1739 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_intermediate PASSED
1740 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_key_password PASSED
1741 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_client_no_intermediate PASSED
1742 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_context_combines_with_ca_certs PASSED
1743 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_default_ssl_context_ssl_min_max_versions PASSED
1744 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_dotted_fqdn PASSED
1745 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_enhanced_ssl_connection PASSED
1746 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_enhanced_timeout PASSED
1747 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_good_fingerprint_and_hostname_mismatch PASSED
1748 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_https_timeout PASSED
1749 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_invalid_common_name PASSED
1750 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_no_ssl PASSED
1751 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_no_tls_version_deprecation_with_ssl_context PASSED
1752 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_server_hostname PASSED
1753 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_cert_default_cert_required PASSED
1754 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED
1755 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED
1756 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_set_ssl_version_to_tls_version PASSED
1757 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_simple PASSED
1758 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_context_ssl_version_uses_ssl_min_max_versions PASSED
1759 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_correct_system_time PASSED
1760 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_unverified_with_ca_certs PASSED
1761 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_version_is_deprecated PASSED
1762 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] PASSED
1763 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] PASSED
1764 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] PASSED
1765 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_ssl_wrong_system_time PASSED
1766 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_sslkeylogfile PASSED
1767 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_sslkeylogfile_empty[None] PASSED
1768 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_sslkeylogfile_empty[] PASSED
1769 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_tls_protocol_name_of_socket PASSED
1770 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_tls_version_maximum_and_minimum PASSED
1771 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_tunnel PASSED
1772 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_unverified_ssl PASSED
1773 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified PASSED
1774 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_with_bad_ca_certs PASSED
1775 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_with_context PASSED
1776 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verified_without_ca_certs PASSED
1777 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verify_none_and_bad_fingerprint PASSED
1778 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_verify_none_and_good_fingerprint PASSED
1779 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_wrap_socket_failure_resource_leak PASSED
1780 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_alpn_default PASSED
1781 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_md5 PASSED
1782 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha1 PASSED
1783 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_fingerprint_sha256 PASSED
1784 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_hostname_false PASSED
1785 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_invalid_fingerprint PASSED
1786 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_assert_specific_hostname PASSED
1787 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ca_dir_verified PASSED
1788 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_encrypted_key_requires_password PASSED
1789 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_intermediate PASSED
1790 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_key_password PASSED
1791 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_client_no_intermediate PASSED
1792 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_context_combines_with_ca_certs PASSED
1793 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_default_ssl_context_ssl_min_max_versions PASSED
1794 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_dotted_fqdn PASSED
1795 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_enhanced_ssl_connection PASSED
1796 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_enhanced_timeout PASSED
1797 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_good_fingerprint_and_hostname_mismatch PASSED
1798 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_https_timeout PASSED
1799 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_invalid_common_name PASSED
1800 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_no_ssl PASSED
1801 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_no_tls_version_deprecation_with_ssl_context PASSED
1802 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_server_hostname PASSED
1803 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_cert_default_cert_required PASSED
1804 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_NONE] PASSED
1805 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_cert_inherits_cert_reqs_from_ssl_context[VerifyMode.CERT_REQUIRED] PASSED
1806 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_set_ssl_version_to_tls_version PASSED
1807 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_simple PASSED
1808 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_context_ssl_version_uses_ssl_min_max_versions SKIPPED
1809 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_correct_system_time PASSED
1810 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_unverified_with_ca_certs PASSED
1811 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_version_is_deprecated SKIPPED
1812 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[None] PASSED
1813 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS] PASSED
1814 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_version_with_protocol_tls_or_client_not_deprecated[_SSLMethod.PROTOCOL_TLS_CLIENT] PASSED
1815 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_ssl_wrong_system_time PASSED
1816 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_sslkeylogfile PASSED
1817 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_sslkeylogfile_empty[None] PASSED
1818 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_sslkeylogfile_empty[] PASSED
1819 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_tls_protocol_name_of_socket PASSED
1820 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_tls_version_maximum_and_minimum PASSED
1821 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_tunnel PASSED
1822 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_unverified_ssl PASSED
1823 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified PASSED
1824 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_with_bad_ca_certs PASSED
1825 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_with_context PASSED
1826 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verified_without_ca_certs PASSED
1827 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verify_none_and_bad_fingerprint PASSED
1828 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_verify_none_and_good_fingerprint PASSED
1829 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_wrap_socket_failure_resource_leak PASSED
1830 test/with_dummyserver/test_no_ssl.py::TestHTTPSWithoutSSL::test_simple PASSED
1831 test/with_dummyserver/test_no_ssl.py::TestHTTPWithoutSSL::test_simple PASSED
1832 test/with_dummyserver/test_poolmanager.py::TestIPv6PoolManager::test_ipv6 PASSED
1833 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_303_redirect_makes_request_lose_body PASSED
1834 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_body PASSED
1835 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_cross_host_redirect PASSED
1836 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri#?#-/echo_uri] PASSED
1837 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri#?-/echo_uri] PASSED
1838 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?#-/echo_uri?] PASSED
1839 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?%3F#-/echo_uri?%3F] PASSED
1840 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?%3f#-/echo_uri?%3F] PASSED
1841 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri??#-/echo_uri??] PASSED
1842 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?[]-/echo_uri?%5B%5D] PASSED
1843 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_encode_http_target[/echo_uri?q=1#fragment-/echo_uri?q=1] PASSED
1844 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_headers PASSED
1845 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_headers_http_header_dict PASSED
1846 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_headers_http_multi_header_multipart PASSED
1847 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_http_with_ca_cert_dir PASSED
1848 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_http_with_server_hostname PASSED
1849 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_http_with_ssl_keywords PASSED
1850 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_merge_headers_with_pool_manager_headers PASSED
1851 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_missing_port PASSED
1852 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_raise_on_redirect PASSED
1853 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_raise_on_status PASSED
1854 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect PASSED
1855 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_no_remove_headers PASSED
1856 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_remove_headers PASSED
1857 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_cross_host_set_removed_headers PASSED
1858 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_to_relative_url PASSED
1859 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_twice PASSED
1860 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_redirect_without_preload_releases_connection PASSED
1861 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[None] PASSED
1862 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[headers1] PASSED
1863 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[headers2] PASSED
1864 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[headers3] PASSED
1865 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_request_with_json[headers4] PASSED
1866 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_too_many_redirects PASSED
1867 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request PASSED
1868 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_body PASSED
1869 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_body_and_json PASSED
1870 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_decode_content PASSED
1871 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_invalid_body PASSED
1872 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_json_with_httpheaderdict PASSED
1873 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_preload_content PASSED
1874 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_redirect PASSED
1875 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_retries PASSED
1876 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_with_timeout PASSED
1877 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_top_level_request_without_keyword_args PASSED
1878 test/with_dummyserver/test_poolmanager.py::TestPoolManager::test_unknown_scheme PASSED
1879 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_basic_proxy PASSED
1880 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_cross_host_redirect PASSED
1881 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_cross_protocol_redirect PASSED
1882 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_connect_timeout[http-http-False] PASSED
1883 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_connect_timeout[https-http-False] PASSED
1884 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_connect_timeout[https-https-True] PASSED
1885 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_request_timeout[http-http-False] PASSED
1886 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_request_timeout[https-http-False] PASSED
1887 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_forwarding_proxy_request_timeout[https-https-True] PASSED
1888 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_headerdict PASSED
1889 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_headers PASSED
1890 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_http_and_https_kwarg_ca_cert_data_proxy PASSED
1891 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_headers PASSED
1892 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_headers_forwarding_for_https PASSED
1893 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy PASSED
1894 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_forwarding_for_https PASSED
1895 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_pyopenssl_not_supported PASSED
1896 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[http-False] PASSED
1897 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-False] PASSED
1898 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True] PASSED
1899 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_with_proxy_ssl_context PASSED
1900 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_invalid_schema[127.0.0.1-Proxy URL had no scheme, should start with http:// or https://] PASSED
1901 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_invalid_schema[ftp://google.com-Proxy URL had unsupported scheme ftp, should use http:// or https://] PASSED
1902 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_invalid_schema[localhost:8080-Proxy URL had no scheme, should start with http:// or https://] PASSED
1903 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_nagle_proxy PASSED
1904 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_oldapi PASSED
1905 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail_from_dns[http-http] PASSED
1906 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail_from_dns[http-https] PASSED
1907 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail_from_dns[https-http] PASSED
1908 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_conn_fail_from_dns[https-https] PASSED
1909 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_https_target_tls_error[http-False] PASSED
1910 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_https_target_tls_error[https-False] PASSED
1911 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_https_target_tls_error[https-True] SKIPPED
1912 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_pooling PASSED
1913 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_pooling_ext PASSED
1914 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_proxy_verified PASSED
1915 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_redirect PASSED
1916 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_scheme_host_case_insensitive PASSED
1917 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_tunneling_proxy_connect_timeout[http-https] PASSED
1918 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_tunneling_proxy_connect_timeout[https-https] PASSED
1919 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_tunneling_proxy_request_timeout[http-https] PASSED
1920 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_tunneling_proxy_request_timeout[https-https] PASSED
1921 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_fingerprint_md5 PASSED
1922 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_fingerprint_md5_non_matching PASSED
1923 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname[127.0.0.1] PASSED
1924 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname[::1] PASSED
1925 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname[localhost] PASSED
1926 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname_non_matching[127.0.0.1] PASSED
1927 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname_non_matching[::1] PASSED
1928 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_assert_hostname_non_matching[localhost] PASSED
1929 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_hostname_verification PASSED
1930 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_ipv4_san PASSED
1931 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_ipv6_san PASSED
1932 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_no_san[http] PASSED
1933 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_no_san[https] PASSED
1934 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPSProxyVerification::test_https_proxy_no_san_hostname_checks_common_name PASSED
1935 test/with_dummyserver/test_proxy_poolmanager.py::TestIPv6HTTPProxyManager::test_basic_ipv6_proxy PASSED
1936 test/with_dummyserver/test_socketlevel.py::TestALPN::test_alpn_protocol_in_first_request_packet PASSED
1937 test/with_dummyserver/test_socketlevel.py::TestBadContentLength::test_enforce_content_length_get PASSED
1938 test/with_dummyserver/test_socketlevel.py::TestBadContentLength::test_enforce_content_length_no_body PASSED
1939 test/with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_colon_or_value PASSED
1940 test/with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_name PASSED
1941 test/with_dummyserver/test_socketlevel.py::TestBrokenHeaders::test_header_without_name_or_value PASSED
1942 test/with_dummyserver/test_socketlevel.py::TestBrokenPipe::test_ignore_broken_pipe_errors PASSED
1943 test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_cert_with_bytes_password PASSED
1944 test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_cert_with_string_password PASSED
1945 test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_certs_one_file PASSED
1946 test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_client_certs_two_files PASSED
1947 test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_load_invalid_cert_file PASSED
1948 test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_load_keyfile_with_invalid_password PASSED
1949 test/with_dummyserver/test_socketlevel.py::TestClientCerts::test_missing_client_certs_raises_error PASSED
1950 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytearray-PATCH] PASSED
1951 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytearray-POST] PASSED
1952 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytearray-PUT] PASSED
1953 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytes-PATCH] PASSED
1954 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytes-POST] PASSED
1955 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[bytes-PUT] PASSED
1956 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file-PATCH] PASSED
1957 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file-POST] PASSED
1958 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file-PUT] PASSED
1959 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file_text-PATCH] PASSED
1960 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file_text-POST] PASSED
1961 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[file_text-PUT] PASSED
1962 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[generator-PATCH] PASSED
1963 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[generator-POST] PASSED
1964 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_not_specified[generator-PUT] PASSED
1965 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-PATCH-False] SKIPPED
1966 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-PATCH-True] PASSED
1967 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-POST-False] SKIPPED
1968 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-POST-True] PASSED
1969 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-PUT-False] SKIPPED
1970 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[bytes-PUT-True] PASSED
1971 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-PATCH-False] PASSED
1972 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-PATCH-True] PASSED
1973 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-POST-False] PASSED
1974 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-POST-True] PASSED
1975 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-PUT-False] PASSED
1976 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[file-PUT-True] PASSED
1977 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-PATCH-False] PASSED
1978 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-PATCH-True] PASSED
1979 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-POST-False] PASSED
1980 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-POST-True] PASSED
1981 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-PUT-False] PASSED
1982 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_chunked_specified[generator-PUT-True] PASSED
1983 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[PATCH-0] PASSED
1984 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[PATCH-None] PASSED
1985 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[POST-0] PASSED
1986 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[POST-None] PASSED
1987 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[PUT-0] PASSED
1988 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_content_length_0_by_default[PUT-None] PASSED
1989 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[content-length-10-: 10\r\n\r\nxxxxxxxx-lower] PASSED
1990 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[content-length-10-: 10\r\n\r\nxxxxxxxx-title] PASSED
1991 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[content-length-10-: 10\r\n\r\nxxxxxxxx-upper] PASSED
1992 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[transfer-encoding-chunked-: chunked\r\n\r\n8\r\nxxxxxxxx\r\n0\r\n\r\n-lower] PASSED
1993 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[transfer-encoding-chunked-: chunked\r\n\r\n8\r\nxxxxxxxx\r\n0\r\n\r\n-title] PASSED
1994 test/with_dummyserver/test_socketlevel.py::TestContentFraming::test_framing_set_via_headers[transfer-encoding-chunked-: chunked\r\n\r\n8\r\nxxxxxxxx\r\n0\r\n\r\n-upper] PASSED
1995 test/with_dummyserver/test_socketlevel.py::TestCookies::test_multi_setcookie PASSED
1996 test/with_dummyserver/test_socketlevel.py::TestErrorWrapping::test_bad_statusline PASSED
1997 test/with_dummyserver/test_socketlevel.py::TestErrorWrapping::test_unknown_protocol PASSED
1998 test/with_dummyserver/test_socketlevel.py::TestHEAD::test_chunked_head_response_does_not_hang PASSED
1999 test/with_dummyserver/test_socketlevel.py::TestHEAD::test_empty_head_response_does_not_hang PASSED
2000 test/with_dummyserver/test_socketlevel.py::TestHeaderParsingContentType::test_header_message_rfc822 PASSED
2001 test/with_dummyserver/test_socketlevel.py::TestHeaderParsingContentType::test_header_text_plain PASSED
2002 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_are_sent_with_the_original_case PASSED
2003 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_sent_with_add[GET-None] PASSED
2004 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_sent_with_add[POST-None] PASSED
2005 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_sent_with_add[POST-bytes-io] PASSED
2006 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_headers_sent_with_add[POST-bytes] PASSED
2007 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_httplib_headers_case_insensitive PASSED
2008 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_request_headers_are_sent_in_the_original_order PASSED
2009 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_request_host_header_ignores_fqdn_dot SKIPPED
2010 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_response_headers_are_returned_in_the_original_order PASSED
2011 test/with_dummyserver/test_socketlevel.py::TestHeaders::test_ua_header_can_be_overridden PASSED
2012 test/with_dummyserver/test_socketlevel.py::TestMultipartResponse::test_multipart_assert_header_parsing_no_defects PASSED
2013 test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_connect_ipv6_addr PASSED
2014 test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_connect_reconn PASSED
2015 test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_headers PASSED
2016 test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_https_proxymanager_connected_to_http_proxy[http] PASSED
2017 test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_https_proxymanager_connected_to_http_proxy[https] PASSED
2018 test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_retries PASSED
2019 test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_simple PASSED
2020 test/with_dummyserver/test_socketlevel.py::TestRetryPoolSizeDrainFail::test_pool_size_retry_drain_fail PASSED
2021 test/with_dummyserver/test_socketlevel.py::TestSNI::test_hostname_in_first_request_packet PASSED
2022 test/with_dummyserver/test_socketlevel.py::TestSSL::test_load_verify_locations_exception PASSED
2023 test/with_dummyserver/test_socketlevel.py::TestSSL::test_requesting_large_resources_via_ssl[False-2147483648] SKIPPED
2024 test/with_dummyserver/test_socketlevel.py::TestSSL::test_requesting_large_resources_via_ssl[False-None] SKIPPED
2025 test/with_dummyserver/test_socketlevel.py::TestSSL::test_requesting_large_resources_via_ssl[True-None] SKIPPED
2026 test/with_dummyserver/test_socketlevel.py::TestSSL::test_retry_ssl_error PASSED
2027 test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_custom_validation_failure_terminates PASSED
2028 test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_dont_load_default_certs_when_given PASSED
2029 test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_failed_fingerprint_verification PASSED
2030 test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_failure_midway_through_conn PASSED
2031 test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_load_default_certs_when_empty PASSED
2032 test/with_dummyserver/test_socketlevel.py::TestSSL::test_ssl_read_timeout PASSED
2033 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_closing_response_actually_closes_connection PASSED
2034 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_cleanup_on_protocol_error_during_read PASSED
2035 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_cleanup_on_read_timeout PASSED
2036 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_closed_on_read_timeout_preload_false PASSED
2037 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_read_timeout PASSED
2038 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_connection_refused PASSED
2039 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_delayed_body_read_timeout PASSED
2040 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_delayed_body_read_timeout_with_preload PASSED
2041 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_https_connection_read_timeout PASSED
2042 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_incomplete_response PASSED
2043 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_read_timeout_dont_retry_method_not_in_allowlist PASSED
2044 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_recovery_when_server_closes_connection PASSED
2045 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_release_conn_param_is_respected_after_timeout_retry PASSED
2046 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_retry_weird_http_version PASSED
2047 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_socket_close_socket_then_file PASSED
2048 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_socket_close_stays_open_with_makefile_open PASSED
2049 test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_timeout_errors_cause_retries PASSED
2050 test/with_dummyserver/test_socketlevel.py::TestStream::test_large_compressed_stream PASSED
2051 test/with_dummyserver/test_socketlevel.py::TestStream::test_stream_none_unchunked_response_does_not_hang PASSED
2053 =============================== warnings summary ===============================
2054 test/test_ssltransport.py::SingleTLSLayerTestCase::test_unwrap_existing_socket
2055   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=14, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 58243, 0, 0), raddr=('::1', 34543, 0, 0)>
2056     result = testfunction(**testargs)
2057   Enable tracemalloc to get traceback where the object was allocated.
2058   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2060 test/test_ssltransport.py::SingleTLSLayerTestCase::test_unwrap_existing_socket
2061   $(@D)/dummyserver/server.py:146: ResourceWarning: unclosed <ssl.SSLSocket fd=13, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=0, laddr=('::1', 34543, 0, 0), raddr=('::1', 58243, 0, 0)>
2062     self.socket_handler(sock)
2063   Enable tracemalloc to get traceback where the object was allocated.
2064   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2066 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_2::test_server_hostname
2067   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 35460), raddr=('127.0.0.1', 58632)>
2068     result = testfunction(**testargs)
2069   Enable tracemalloc to get traceback where the object was allocated.
2070   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2072 test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_3::test_server_hostname
2073   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=17, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 54956), raddr=('127.0.0.1', 46627)>
2074     result = testfunction(**testargs)
2075   Enable tracemalloc to get traceback where the object was allocated.
2076   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2078 test/contrib/test_socks.py: 17 warnings
2079   $(@D)/dummyserver/server.py:133: NoIPv6Warning: No IPv6 support. Falling back to IPv4.
2080     warnings.warn("No IPv6 support. Falling back to IPv4.", NoIPv6Warning)
2082 test/with_dummyserver/test_connection.py::test_returns_urllib3_HTTPResponse
2083   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=17, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 40656, 0, 0), raddr=('::1', 51135, 0, 0)>
2084     result = testfunction(**testargs)
2085   Enable tracemalloc to get traceback where the object was allocated.
2086   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2088 test/with_dummyserver/test_connection.py::test_does_not_release_conn
2089   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=18, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 63457, 0, 0), raddr=('::1', 40056, 0, 0)>
2090     result = testfunction(**testargs)
2091   Enable tracemalloc to get traceback where the object was allocated.
2092   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2094 test/with_dummyserver/test_connection.py::test_double_getresponse
2095   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=18, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 41178, 0, 0), raddr=('::1', 52612, 0, 0)>
2096     result = testfunction(**testargs)
2097   Enable tracemalloc to get traceback where the object was allocated.
2098   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2100 test/with_dummyserver/test_connectionpool.py::TestConnectionPoolTimeouts::test_timeout
2101   $(PROTO_DIR)$(PYTHON_DIR)/vendor-packages/urllib3/util/retry.py:230: ResourceWarning: unclosed <socket.socket fd=17, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 64795, 0, 0), raddr=('::1', 39164, 0, 0)>
2102     self.status_forcelist = status_forcelist or set()
2103   Enable tracemalloc to get traceback where the object was allocated.
2104   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2106 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-True]
2107   $(@D)/test/with_dummyserver/test_connectionpool.py:1072: ResourceWarning: unclosed <socket.socket fd=19, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 63661, 0, 0), raddr=('::1', 41140, 0, 0)>
2108     conn = pool._get_conn()
2109   Enable tracemalloc to get traceback where the object was allocated.
2110   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2112 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-True]
2113   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=19, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 37517, 0, 0), raddr=('::1', 41140, 0, 0)>
2114     result = testfunction(**testargs)
2115   Enable tracemalloc to get traceback where the object was allocated.
2116   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2118 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-False]
2119   $(@D)/test/with_dummyserver/test_connectionpool.py:1072: ResourceWarning: unclosed <socket.socket fd=19, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 59901, 0, 0), raddr=('::1', 41140, 0, 0)>
2120     conn = pool._get_conn()
2121   Enable tracemalloc to get traceback where the object was allocated.
2122   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2124 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[dict-False-False]
2125   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=20, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 59103, 0, 0), raddr=('::1', 41140, 0, 0)>
2126     result = testfunction(**testargs)
2127   Enable tracemalloc to get traceback where the object was allocated.
2128   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2130 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-True]
2131   $(@D)/test/with_dummyserver/test_connectionpool.py:1072: ResourceWarning: unclosed <socket.socket fd=19, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 40849, 0, 0), raddr=('::1', 41140, 0, 0)>
2132     conn = pool._get_conn()
2133   Enable tracemalloc to get traceback where the object was allocated.
2134   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2136 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-True]
2137   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=19, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 40618, 0, 0), raddr=('::1', 41140, 0, 0)>
2138     result = testfunction(**testargs)
2139   Enable tracemalloc to get traceback where the object was allocated.
2140   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2142 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-False]
2143   $(@D)/test/with_dummyserver/test_connectionpool.py:1072: ResourceWarning: unclosed <socket.socket fd=19, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 41847, 0, 0), raddr=('::1', 41140, 0, 0)>
2144     conn = pool._get_conn()
2145   Enable tracemalloc to get traceback where the object was allocated.
2146   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2148 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_headers_not_modified_by_request[HTTPHeaderDict-False-False]
2149   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=20, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 37665, 0, 0), raddr=('::1', 41140, 0, 0)>
2150     result = testfunction(**testargs)
2151   Enable tracemalloc to get traceback where the object was allocated.
2152   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2154 test/with_dummyserver/test_connectionpool.py::TestConnectionPool::test_request_chunked_is_deprecated
2155   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <socket.socket fd=19, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6, laddr=('::1', 37879, 0, 0), raddr=('::1', 41140, 0, 0)>
2156     result = testfunction(**testargs)
2157   Enable tracemalloc to get traceback where the object was allocated.
2158   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2160 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_2::test_server_hostname
2161   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <ssl.SSLSocket fd=19, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 56631), raddr=('127.0.0.1', 56215)>
2162     result = testfunction(**testargs)
2163   Enable tracemalloc to get traceback where the object was allocated.
2164   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2166 test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_3::test_server_hostname
2167   $(PYTHON_DIR)/vendor-packages/_pytest/python.py:194: ResourceWarning: unclosed <ssl.SSLSocket fd=19, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 47129), raddr=('127.0.0.1', 47926)>
2168     result = testfunction(**testargs)
2169   Enable tracemalloc to get traceback where the object was allocated.
2170   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2172 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True]
2173   $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed <socket.socket [closed] fd=42, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6>
2174     return self.sslsocket_class._create(
2175   Enable tracemalloc to get traceback where the object was allocated.
2176   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2178 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True]
2179   $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed <socket.socket [closed] fd=34, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6>
2180     return self.sslsocket_class._create(
2181   Enable tracemalloc to get traceback where the object was allocated.
2182   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2184 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True]
2185   $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed <ssl.SSLSocket [closed] fd=51, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=0>
2186     return self.sslsocket_class._create(
2187   Enable tracemalloc to get traceback where the object was allocated.
2188   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2190 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True]
2191   $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed <socket.socket [closed] fd=48, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6>
2192     return self.sslsocket_class._create(
2193   Enable tracemalloc to get traceback where the object was allocated.
2194   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2196 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True]
2197   $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed <socket.socket [closed] fd=45, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=6>
2198     return self.sslsocket_class._create(
2199   Enable tracemalloc to get traceback where the object was allocated.
2200   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2202 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True]
2203   $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed <ssl.SSLSocket [closed] fd=60, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=0>
2204     return self.sslsocket_class._create(
2205   Enable tracemalloc to get traceback where the object was allocated.
2206   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2208 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True]
2209   $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed <ssl.SSLSocket [closed] fd=57, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=0>
2210     return self.sslsocket_class._create(
2211   Enable tracemalloc to get traceback where the object was allocated.
2212   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2214 test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test_https_proxy_tls_error[https-True]
2215   $(PYTHON_DIR)/ssl.py:501: ResourceWarning: unclosed <ssl.SSLSocket [closed] fd=54, family=AddressFamily.AF_INET6, type=SocketKind.SOCK_STREAM, proto=0>
2216     return self.sslsocket_class._create(
2217   Enable tracemalloc to get traceback where the object was allocated.
2218   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
2220 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
2221 ======== 1737 passed, 307 skipped, 44 warnings ========