gst-libav1: update to 1.24.11
[oi-userland.git] / components / python / httpx / test / results-all.master
blobb51df1bfc93ede51308901478895e4727e80f4f2
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 1300 items
8 tests/client/test_async_client.py::test_get[asyncio] PASSED
9 tests/client/test_async_client.py::test_get_invalid_url[asyncio-scheme-not-http(s)] PASSED
10 tests/client/test_async_client.py::test_get_invalid_url[asyncio-no-scheme] PASSED
11 tests/client/test_async_client.py::test_get_invalid_url[asyncio-no-host] PASSED
12 tests/client/test_async_client.py::test_build_request[asyncio] PASSED
13 tests/client/test_async_client.py::test_post[asyncio] PASSED
14 tests/client/test_async_client.py::test_post_json[asyncio] PASSED
15 tests/client/test_async_client.py::test_stream_response[asyncio] PASSED
16 tests/client/test_async_client.py::test_access_content_stream_response[asyncio] PASSED
17 tests/client/test_async_client.py::test_stream_request[asyncio] PASSED
18 tests/client/test_async_client.py::test_cannot_stream_sync_request[asyncio] PASSED
19 tests/client/test_async_client.py::test_raise_for_status[asyncio] PASSED
20 tests/client/test_async_client.py::test_options[asyncio] PASSED
21 tests/client/test_async_client.py::test_head[asyncio] PASSED
22 tests/client/test_async_client.py::test_put[asyncio] PASSED
23 tests/client/test_async_client.py::test_patch[asyncio] PASSED
24 tests/client/test_async_client.py::test_delete[asyncio] PASSED
25 tests/client/test_async_client.py::test_100_continue[asyncio] PASSED
26 tests/client/test_async_client.py::test_context_managed_transport[asyncio] PASSED
27 tests/client/test_async_client.py::test_context_managed_transport_and_mount[asyncio] PASSED
28 tests/client/test_async_client.py::test_client_closed_state_using_implicit_open[asyncio] PASSED
29 tests/client/test_async_client.py::test_client_closed_state_using_with_block[asyncio] PASSED
30 tests/client/test_async_client.py::test_mounted_transport[asyncio] PASSED
31 tests/client/test_async_client.py::test_async_mock_transport[asyncio] PASSED
32 tests/client/test_async_client.py::test_cancellation_during_stream[asyncio] PASSED
33 tests/client/test_async_client.py::test_server_extensions[asyncio] PASSED
34 tests/client/test_auth.py::test_basic_auth[asyncio] PASSED
35 tests/client/test_auth.py::test_basic_auth_with_stream[asyncio] PASSED
36 tests/client/test_auth.py::test_basic_auth_in_url[asyncio] PASSED
37 tests/client/test_auth.py::test_basic_auth_on_session[asyncio] PASSED
38 tests/client/test_auth.py::test_custom_auth[asyncio] PASSED
39 tests/client/test_auth.py::test_auth_disable_per_request[asyncio] PASSED
40 tests/client/test_auth.py::test_auth_hidden_header[asyncio] PASSED
41 tests/client/test_auth.py::test_auth_property[asyncio] PASSED
42 tests/client/test_auth.py::test_auth_invalid_type[asyncio] PASSED
43 tests/client/test_auth.py::test_digest_auth_returns_no_auth_if_no_digest_header_in_response[asyncio] PASSED
44 tests/client/test_auth.py::test_digest_auth_200_response_including_digest_auth_header[asyncio] PASSED
45 tests/client/test_auth.py::test_digest_auth_401_response_without_digest_auth_header[asyncio] PASSED
46 tests/client/test_auth.py::test_digest_auth[asyncio-MD5-64-32] PASSED
47 tests/client/test_auth.py::test_digest_auth[asyncio-MD5-SESS-64-32] PASSED
48 tests/client/test_auth.py::test_digest_auth[asyncio-SHA-64-40] PASSED
49 tests/client/test_auth.py::test_digest_auth[asyncio-SHA-SESS-64-40] PASSED
50 tests/client/test_auth.py::test_digest_auth[asyncio-SHA-256-64-64] PASSED
51 tests/client/test_auth.py::test_digest_auth[asyncio-SHA-256-SESS-64-64] PASSED
52 tests/client/test_auth.py::test_digest_auth[asyncio-SHA-512-64-128] PASSED
53 tests/client/test_auth.py::test_digest_auth[asyncio-SHA-512-SESS-64-128] PASSED
54 tests/client/test_auth.py::test_digest_auth_no_specified_qop[asyncio] PASSED
55 tests/client/test_auth.py::test_digest_auth_qop_including_spaces_and_auth_returns_auth[asyncio-auth, auth-int] PASSED
56 tests/client/test_auth.py::test_digest_auth_qop_including_spaces_and_auth_returns_auth[asyncio-auth,auth-int] PASSED
57 tests/client/test_auth.py::test_digest_auth_qop_including_spaces_and_auth_returns_auth[asyncio-unknown,auth] PASSED
58 tests/client/test_auth.py::test_digest_auth_qop_auth_int_not_implemented[asyncio] PASSED
59 tests/client/test_auth.py::test_digest_auth_qop_must_be_auth_or_auth_int[asyncio] PASSED
60 tests/client/test_auth.py::test_digest_auth_incorrect_credentials[asyncio] PASSED
61 tests/client/test_auth.py::test_digest_auth_reuses_challenge[asyncio] PASSED
62 tests/client/test_auth.py::test_digest_auth_resets_nonce_count_after_401[asyncio] PASSED
63 tests/client/test_auth.py::test_async_digest_auth_raises_protocol_error_on_malformed_header[asyncio-Digest realm="httpx@example.org", qop="auth"] PASSED
64 tests/client/test_auth.py::test_async_digest_auth_raises_protocol_error_on_malformed_header[asyncio-Digest realm="httpx@example.org", qop="auth,au] PASSED
65 tests/client/test_auth.py::test_async_auth_history[asyncio] PASSED
66 tests/client/test_auth.py::test_digest_auth_unavailable_streaming_body[asyncio] PASSED
67 tests/client/test_auth.py::test_async_auth_reads_response_body[asyncio] PASSED
68 tests/client/test_auth.py::test_async_auth[asyncio] PASSED
69 tests/client/test_auth.py::test_netrc_auth_credentials_exist PASSED
70 tests/client/test_auth.py::test_netrc_auth_credentials_do_not_exist PASSED
71 tests/client/test_auth.py::test_netrc_auth_nopassword SKIPPED (netrc...)
72 tests/client/test_auth.py::test_netrc_auth_nopassword_parse_error PASSED
73 tests/client/test_auth.py::test_auth_hidden_url PASSED
74 tests/client/test_auth.py::test_digest_auth_returns_no_auth_if_alternate_auth_scheme PASSED
75 tests/client/test_auth.py::test_sync_digest_auth_raises_protocol_error_on_malformed_header[Digest realm="httpx@example.org", qop="auth"] PASSED
76 tests/client/test_auth.py::test_sync_digest_auth_raises_protocol_error_on_malformed_header[Digest realm="httpx@example.org", qop="auth,au] PASSED
77 tests/client/test_auth.py::test_sync_auth_history PASSED
78 tests/client/test_auth.py::test_sync_auth_reads_response_body PASSED
79 tests/client/test_auth.py::test_sync_auth PASSED
80 tests/client/test_client.py::test_get PASSED
81 tests/client/test_client.py::test_get_invalid_url[scheme-not-http(s)] PASSED
82 tests/client/test_client.py::test_get_invalid_url[no-scheme] PASSED
83 tests/client/test_client.py::test_get_invalid_url[no-host] PASSED
84 tests/client/test_client.py::test_build_request PASSED
85 tests/client/test_client.py::test_build_post_request PASSED
86 tests/client/test_client.py::test_post PASSED
87 tests/client/test_client.py::test_post_json PASSED
88 tests/client/test_client.py::test_stream_response PASSED
89 tests/client/test_client.py::test_stream_iterator PASSED
90 tests/client/test_client.py::test_raw_iterator PASSED
91 tests/client/test_client.py::test_cannot_stream_async_request PASSED
92 tests/client/test_client.py::test_raise_for_status PASSED
93 tests/client/test_client.py::test_options PASSED
94 tests/client/test_client.py::test_head PASSED
95 tests/client/test_client.py::test_put PASSED
96 tests/client/test_client.py::test_patch PASSED
97 tests/client/test_client.py::test_delete PASSED
98 tests/client/test_client.py::test_base_url PASSED
99 tests/client/test_client.py::test_merge_absolute_url PASSED
100 tests/client/test_client.py::test_merge_relative_url PASSED
101 tests/client/test_client.py::test_merge_relative_url_with_path PASSED
102 tests/client/test_client.py::test_merge_relative_url_with_dotted_path PASSED
103 tests/client/test_client.py::test_merge_relative_url_with_path_including_colon PASSED
104 tests/client/test_client.py::test_merge_relative_url_with_encoded_slashes PASSED
105 tests/client/test_client.py::test_context_managed_transport PASSED
106 tests/client/test_client.py::test_context_managed_transport_and_mount PASSED
107 tests/client/test_client.py::test_client_closed_state_using_implicit_open PASSED
108 tests/client/test_client.py::test_client_closed_state_using_with_block PASSED
109 tests/client/test_client.py::test_raw_client_header PASSED
110 tests/client/test_client.py::test_mounted_transport PASSED
111 tests/client/test_client.py::test_all_mounted_transport PASSED
112 tests/client/test_client.py::test_server_extensions PASSED
113 tests/client/test_client.py::test_client_decode_text_using_autodetect PASSED
114 tests/client/test_client.py::test_client_decode_text_using_explicit_encoding PASSED
115 tests/client/test_cookies.py::test_set_cookie PASSED
116 tests/client/test_cookies.py::test_set_per_request_cookie_is_deprecated PASSED
117 tests/client/test_cookies.py::test_set_cookie_with_cookiejar PASSED
118 tests/client/test_cookies.py::test_setting_client_cookies_to_cookiejar PASSED
119 tests/client/test_cookies.py::test_set_cookie_with_cookies_model PASSED
120 tests/client/test_cookies.py::test_get_cookie PASSED
121 tests/client/test_cookies.py::test_cookie_persistence PASSED
122 tests/client/test_event_hooks.py::test_event_hooks PASSED
123 tests/client/test_event_hooks.py::test_event_hooks_raising_exception PASSED
124 tests/client/test_event_hooks.py::test_async_event_hooks[asyncio] PASSED
125 tests/client/test_event_hooks.py::test_async_event_hooks_raising_exception[asyncio] PASSED
126 tests/client/test_event_hooks.py::test_async_event_hooks_with_redirect[asyncio] PASSED
127 tests/client/test_event_hooks.py::test_event_hooks_with_redirect PASSED
128 tests/client/test_headers.py::test_client_header PASSED
129 tests/client/test_headers.py::test_header_merge PASSED
130 tests/client/test_headers.py::test_header_merge_conflicting_headers PASSED
131 tests/client/test_headers.py::test_header_update PASSED
132 tests/client/test_headers.py::test_header_repeated_items PASSED
133 tests/client/test_headers.py::test_header_repeated_multi_items PASSED
134 tests/client/test_headers.py::test_remove_default_header PASSED
135 tests/client/test_headers.py::test_header_does_not_exist PASSED
136 tests/client/test_headers.py::test_host_with_auth_and_port_in_url PASSED
137 tests/client/test_headers.py::test_host_with_non_default_port_in_url PASSED
138 tests/client/test_headers.py::test_request_auto_headers PASSED
139 tests/client/test_properties.py::test_client_base_url PASSED
140 tests/client/test_properties.py::test_client_base_url_without_trailing_slash PASSED
141 tests/client/test_properties.py::test_client_base_url_with_trailing_slash PASSED
142 tests/client/test_properties.py::test_client_headers PASSED
143 tests/client/test_properties.py::test_client_cookies PASSED
144 tests/client/test_properties.py::test_client_timeout PASSED
145 tests/client/test_properties.py::test_client_event_hooks PASSED
146 tests/client/test_properties.py::test_client_trust_env PASSED
147 tests/client/test_proxies.py::test_proxies_parameter[http://127.0.0.1-expected_proxies0] PASSED
148 tests/client/test_proxies.py::test_proxies_parameter[proxies1-expected_proxies1] PASSED
149 tests/client/test_proxies.py::test_proxies_parameter[proxies2-expected_proxies2] PASSED
150 tests/client/test_proxies.py::test_proxies_parameter[proxies3-expected_proxies3] PASSED
151 tests/client/test_proxies.py::test_proxies_parameter[proxies4-expected_proxies4] PASSED
152 tests/client/test_proxies.py::test_socks_proxy_deprecated PASSED
153 tests/client/test_proxies.py::test_socks_proxy PASSED
154 tests/client/test_proxies.py::test_transport_for_request[http://example.com-None-None] PASSED
155 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies1-None] PASSED
156 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies2-None] PASSED
157 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies3-None] PASSED
158 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies4-http://[::1]] PASSED
159 tests/client/test_proxies.py::test_transport_for_request[https://example.com-proxies5-None] PASSED
160 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies6-http://[::1]] PASSED
161 tests/client/test_proxies.py::test_transport_for_request[http://www.example.com-proxies7-None] PASSED
162 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies8-None] PASSED
163 tests/client/test_proxies.py::test_transport_for_request[http://www.example.com-proxies9-http://[::1]] PASSED
164 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies10-http://[::1]] PASSED
165 tests/client/test_proxies.py::test_transport_for_request[http://www.example.com-proxies11-http://[::1]] PASSED
166 tests/client/test_proxies.py::test_transport_for_request[http://wwwexample.com-proxies12-None] PASSED
167 tests/client/test_proxies.py::test_transport_for_request[http://example.com:443-proxies13-http://[::1]] PASSED
168 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies14-http://[::1]] PASSED
169 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies15-None] PASSED
170 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies16-http://[::1]] PASSED
171 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies17-http://[::1]] PASSED
172 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies18-http://[::1]] PASSED
173 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies19-http://[::1]] PASSED
174 tests/client/test_proxies.py::test_transport_for_request[http://example.com:8080-proxies20-http://[::1]] PASSED
175 tests/client/test_proxies.py::test_transport_for_request[http://example.com:8080-proxies21-http://[::1]] PASSED
176 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies22-http://[::1]:4] PASSED
177 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies23-http://[::1]:3] PASSED
178 tests/client/test_proxies.py::test_transport_for_request[http://example.com-proxies24-http://[::1]:2] PASSED
179 tests/client/test_proxies.py::test_async_proxy_close[asyncio] PASSED
180 tests/client/test_proxies.py::test_sync_proxy_close PASSED
181 tests/client/test_proxies.py::test_unsupported_proxy_scheme_deprecated PASSED
182 tests/client/test_proxies.py::test_unsupported_proxy_scheme PASSED
183 tests/client/test_proxies.py::test_proxies_environ[Client-http://google.com-env0-None] PASSED
184 tests/client/test_proxies.py::test_proxies_environ[Client-http://google.com-env1-http://example.com] PASSED
185 tests/client/test_proxies.py::test_proxies_environ[Client-http://google.com-env2-http://example.com] PASSED
186 tests/client/test_proxies.py::test_proxies_environ[Client-http://google.com-env3-None] PASSED
187 tests/client/test_proxies.py::test_proxies_environ[Client-http://127.0.0.1-env4-http://localhost:123] PASSED
188 tests/client/test_proxies.py::test_proxies_environ[Client-http://127.0.0.1-env5-None] PASSED
189 tests/client/test_proxies.py::test_proxies_environ[Client-http://127.0.0.1-env6-http://localhost:123] PASSED
190 tests/client/test_proxies.py::test_proxies_environ[Client-http://127.0.0.1-env7-http://localhost:123] PASSED
191 tests/client/test_proxies.py::test_proxies_environ[Client-http://courses.mit.edu-env8-None] PASSED
192 tests/client/test_proxies.py::test_proxies_environ[Client-https://mit.edu.info-env9-http://localhost:123] PASSED
193 tests/client/test_proxies.py::test_proxies_environ[Client-https://mit.edu.info-env10-None] PASSED
194 tests/client/test_proxies.py::test_proxies_environ[Client-https://mit.edu.info-env11-None] PASSED
195 tests/client/test_proxies.py::test_proxies_environ[Client-https://mit.edu.info-env12-http://localhost:123] PASSED
196 tests/client/test_proxies.py::test_proxies_environ[Client-https://foo.example.com-env13-http://localhost:123] PASSED
197 tests/client/test_proxies.py::test_proxies_environ[Client-https://www.example1.com-env14-None] PASSED
198 tests/client/test_proxies.py::test_proxies_environ[Client-https://www.example2.com-env15-http://localhost:123] PASSED
199 tests/client/test_proxies.py::test_proxies_environ[Client-https://www.example3.com-env16-None] PASSED
200 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://google.com-env0-None] PASSED
201 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://google.com-env1-http://example.com] PASSED
202 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://google.com-env2-http://example.com] PASSED
203 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://google.com-env3-None] PASSED
204 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://127.0.0.1-env4-http://localhost:123] PASSED
205 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://127.0.0.1-env5-None] PASSED
206 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://127.0.0.1-env6-http://localhost:123] PASSED
207 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://127.0.0.1-env7-http://localhost:123] PASSED
208 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-http://courses.mit.edu-env8-None] PASSED
209 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://mit.edu.info-env9-http://localhost:123] PASSED
210 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://mit.edu.info-env10-None] PASSED
211 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://mit.edu.info-env11-None] PASSED
212 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://mit.edu.info-env12-http://localhost:123] PASSED
213 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://foo.example.com-env13-http://localhost:123] PASSED
214 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://www.example1.com-env14-None] PASSED
215 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://www.example2.com-env15-http://localhost:123] PASSED
216 tests/client/test_proxies.py::test_proxies_environ[AsyncClient-https://www.example3.com-env16-None] PASSED
217 tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies0-False] PASSED
218 tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies1-False] PASSED
219 tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies2-False] PASSED
220 tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies3-True] PASSED
221 tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies4-True] PASSED
222 tests/client/test_proxies.py::test_for_deprecated_proxy_params[proxies5-True] PASSED
223 tests/client/test_proxies.py::test_proxy_and_proxies_together PASSED
224 tests/client/test_proxies.py::test_proxy_with_mounts PASSED
225 tests/client/test_queryparams.py::test_client_queryparams PASSED
226 tests/client/test_queryparams.py::test_client_queryparams_string PASSED
227 tests/client/test_queryparams.py::test_client_queryparams_echo PASSED
228 tests/client/test_redirects.py::test_redirect_301 PASSED
229 tests/client/test_redirects.py::test_redirect_302 PASSED
230 tests/client/test_redirects.py::test_redirect_303 PASSED
231 tests/client/test_redirects.py::test_next_request PASSED
232 tests/client/test_redirects.py::test_async_next_request[asyncio] PASSED
233 tests/client/test_redirects.py::test_async_too_many_redirects[asyncio] PASSED
234 tests/client/test_redirects.py::test_async_invalid_redirect[asyncio] PASSED
235 tests/client/test_redirects.py::test_head_redirect PASSED
236 tests/client/test_redirects.py::test_relative_redirect PASSED
237 tests/client/test_redirects.py::test_malformed_redirect PASSED
238 tests/client/test_redirects.py::test_invalid_redirect PASSED
239 tests/client/test_redirects.py::test_no_scheme_redirect PASSED
240 tests/client/test_redirects.py::test_fragment_redirect PASSED
241 tests/client/test_redirects.py::test_multiple_redirects PASSED
242 tests/client/test_redirects.py::test_sync_too_many_redirects PASSED
243 tests/client/test_redirects.py::test_redirect_loop PASSED
244 tests/client/test_redirects.py::test_cross_domain_redirect_with_auth_header PASSED
245 tests/client/test_redirects.py::test_cross_domain_https_redirect_with_auth_header PASSED
246 tests/client/test_redirects.py::test_cross_domain_redirect_with_auth PASSED
247 tests/client/test_redirects.py::test_same_domain_redirect PASSED
248 tests/client/test_redirects.py::test_same_domain_https_redirect_with_auth_header PASSED
249 tests/client/test_redirects.py::test_body_redirect PASSED
250 tests/client/test_redirects.py::test_no_body_redirect PASSED
251 tests/client/test_redirects.py::test_can_stream_if_no_redirect PASSED
252 tests/client/test_redirects.py::test_cannot_redirect_streaming_body PASSED
253 tests/client/test_redirects.py::test_cross_subdomain_redirect PASSED
254 tests/client/test_redirects.py::test_redirect_cookie_behavior PASSED
255 tests/client/test_redirects.py::test_redirect_custom_scheme PASSED
256 tests/models/test_cookies.py::test_cookies PASSED
257 tests/models/test_cookies.py::test_cookies_update PASSED
258 tests/models/test_cookies.py::test_cookies_with_domain PASSED
259 tests/models/test_cookies.py::test_cookies_with_domain_and_path PASSED
260 tests/models/test_cookies.py::test_multiple_set_cookie PASSED
261 tests/models/test_cookies.py::test_cookies_can_be_a_list_of_tuples PASSED
262 tests/models/test_cookies.py::test_cookies_repr PASSED
263 tests/models/test_headers.py::test_headers PASSED
264 tests/models/test_headers.py::test_header_mutations PASSED
265 tests/models/test_headers.py::test_copy_headers_method PASSED
266 tests/models/test_headers.py::test_copy_headers_init PASSED
267 tests/models/test_headers.py::test_headers_insert_retains_ordering PASSED
268 tests/models/test_headers.py::test_headers_insert_appends_if_new PASSED
269 tests/models/test_headers.py::test_headers_insert_removes_all_existing PASSED
270 tests/models/test_headers.py::test_headers_delete_removes_all_existing PASSED
271 tests/models/test_headers.py::test_headers_dict_repr PASSED
272 tests/models/test_headers.py::test_headers_encoding_in_repr PASSED
273 tests/models/test_headers.py::test_headers_list_repr PASSED
274 tests/models/test_headers.py::test_headers_decode_ascii PASSED
275 tests/models/test_headers.py::test_headers_decode_utf_8 PASSED
276 tests/models/test_headers.py::test_headers_decode_iso_8859_1 PASSED
277 tests/models/test_headers.py::test_headers_decode_explicit_encoding PASSED
278 tests/models/test_headers.py::test_multiple_headers PASSED
279 tests/models/test_headers.py::test_sensitive_headers[authorization] PASSED
280 tests/models/test_headers.py::test_sensitive_headers[proxy-authorization] PASSED
281 tests/models/test_queryparams.py::test_queryparams[a=123&a=456&b=789] PASSED
282 tests/models/test_queryparams.py::test_queryparams[source1] PASSED
283 tests/models/test_queryparams.py::test_queryparams[source2] PASSED
284 tests/models/test_queryparams.py::test_queryparams[source3] PASSED
285 tests/models/test_queryparams.py::test_queryparams[source4] PASSED
286 tests/models/test_queryparams.py::test_queryparam_types PASSED
287 tests/models/test_queryparams.py::test_empty_query_params PASSED
288 tests/models/test_queryparams.py::test_queryparam_update_is_hard_deprecated PASSED
289 tests/models/test_queryparams.py::test_queryparam_setter_is_hard_deprecated PASSED
290 tests/models/test_queryparams.py::test_queryparam_set PASSED
291 tests/models/test_queryparams.py::test_queryparam_add PASSED
292 tests/models/test_queryparams.py::test_queryparam_remove PASSED
293 tests/models/test_queryparams.py::test_queryparam_merge PASSED
294 tests/models/test_queryparams.py::test_queryparams_are_hashable PASSED
295 tests/models/test_requests.py::test_request_repr PASSED
296 tests/models/test_requests.py::test_no_content PASSED
297 tests/models/test_requests.py::test_content_length_header PASSED
298 tests/models/test_requests.py::test_iterable_content PASSED
299 tests/models/test_requests.py::test_generator_with_transfer_encoding_header PASSED
300 tests/models/test_requests.py::test_generator_with_content_length_header PASSED
301 tests/models/test_requests.py::test_url_encoded_data PASSED
302 tests/models/test_requests.py::test_json_encoded_data PASSED
303 tests/models/test_requests.py::test_headers PASSED
304 tests/models/test_requests.py::test_read_and_stream_data PASSED
305 tests/models/test_requests.py::test_aread_and_stream_data[asyncio] PASSED
306 tests/models/test_requests.py::test_request_async_streaming_content_picklable[asyncio] PASSED
307 tests/models/test_requests.py::test_cannot_access_streaming_content_without_read PASSED
308 tests/models/test_requests.py::test_transfer_encoding_header PASSED
309 tests/models/test_requests.py::test_ignore_transfer_encoding_header_if_content_length_exists PASSED
310 tests/models/test_requests.py::test_override_host_header PASSED
311 tests/models/test_requests.py::test_override_accept_encoding_header PASSED
312 tests/models/test_requests.py::test_override_content_length_header PASSED
313 tests/models/test_requests.py::test_url PASSED
314 tests/models/test_requests.py::test_request_picklable PASSED
315 tests/models/test_requests.py::test_request_generator_content_picklable PASSED
316 tests/models/test_responses.py::test_response PASSED
317 tests/models/test_responses.py::test_response_content PASSED
318 tests/models/test_responses.py::test_response_text PASSED
319 tests/models/test_responses.py::test_response_html PASSED
320 tests/models/test_responses.py::test_response_json PASSED
321 tests/models/test_responses.py::test_raise_for_status PASSED
322 tests/models/test_responses.py::test_response_repr PASSED
323 tests/models/test_responses.py::test_response_content_type_encoding PASSED
324 tests/models/test_responses.py::test_response_default_to_utf8_encoding PASSED
325 tests/models/test_responses.py::test_response_fallback_to_utf8_encoding PASSED
326 tests/models/test_responses.py::test_response_no_charset_with_ascii_content PASSED
327 tests/models/test_responses.py::test_response_no_charset_with_utf8_content PASSED
328 tests/models/test_responses.py::test_response_no_charset_with_iso_8859_1_content PASSED
329 tests/models/test_responses.py::test_response_no_charset_with_cp_1252_content PASSED
330 tests/models/test_responses.py::test_response_non_text_encoding PASSED
331 tests/models/test_responses.py::test_response_set_explicit_encoding PASSED
332 tests/models/test_responses.py::test_response_force_encoding PASSED
333 tests/models/test_responses.py::test_response_force_encoding_after_text_accessed PASSED
334 tests/models/test_responses.py::test_read PASSED
335 tests/models/test_responses.py::test_empty_read PASSED
336 tests/models/test_responses.py::test_aread[asyncio] PASSED
337 tests/models/test_responses.py::test_empty_aread[asyncio] PASSED
338 tests/models/test_responses.py::test_aiter_raw[asyncio] PASSED
339 tests/models/test_responses.py::test_aiter_raw_with_chunksize[asyncio] PASSED
340 tests/models/test_responses.py::test_aiter_raw_on_sync[asyncio] PASSED
341 tests/models/test_responses.py::test_aclose_on_sync[asyncio] PASSED
342 tests/models/test_responses.py::test_aiter_raw_increments_updates_counter[asyncio] PASSED
343 tests/models/test_responses.py::test_aiter_bytes[asyncio] PASSED
344 tests/models/test_responses.py::test_aiter_bytes_with_chunk_size[asyncio] PASSED
345 tests/models/test_responses.py::test_aiter_text[asyncio] PASSED
346 tests/models/test_responses.py::test_aiter_text_with_chunk_size[asyncio] PASSED
347 tests/models/test_responses.py::test_aiter_lines[asyncio] PASSED
348 tests/models/test_responses.py::test_async_streaming_response[asyncio] PASSED
349 tests/models/test_responses.py::test_cannot_aread_after_stream_consumed[asyncio] PASSED
350 tests/models/test_responses.py::test_cannot_aread_after_response_closed[asyncio] PASSED
351 tests/models/test_responses.py::test_elapsed_not_available_until_closed[asyncio] PASSED
352 tests/models/test_responses.py::test_response_async_streaming_picklable[asyncio] PASSED
353 tests/models/test_responses.py::test_iter_raw PASSED
354 tests/models/test_responses.py::test_iter_raw_with_chunksize PASSED
355 tests/models/test_responses.py::test_iter_raw_doesnt_return_empty_chunks PASSED
356 tests/models/test_responses.py::test_iter_raw_on_iterable PASSED
357 tests/models/test_responses.py::test_iter_raw_on_async PASSED
358 tests/models/test_responses.py::test_close_on_async PASSED
359 tests/models/test_responses.py::test_iter_raw_increments_updates_counter PASSED
360 tests/models/test_responses.py::test_iter_bytes PASSED
361 tests/models/test_responses.py::test_iter_bytes_with_chunk_size PASSED
362 tests/models/test_responses.py::test_iter_bytes_with_empty_response PASSED
363 tests/models/test_responses.py::test_iter_bytes_doesnt_return_empty_chunks PASSED
364 tests/models/test_responses.py::test_iter_text PASSED
365 tests/models/test_responses.py::test_iter_text_with_chunk_size PASSED
366 tests/models/test_responses.py::test_iter_lines PASSED
367 tests/models/test_responses.py::test_sync_streaming_response PASSED
368 tests/models/test_responses.py::test_cannot_read_after_stream_consumed PASSED
369 tests/models/test_responses.py::test_cannot_read_after_response_closed PASSED
370 tests/models/test_responses.py::test_unknown_status_code PASSED
371 tests/models/test_responses.py::test_json_with_specified_encoding PASSED
372 tests/models/test_responses.py::test_json_with_options PASSED
373 tests/models/test_responses.py::test_json_without_specified_charset[utf-8] PASSED
374 tests/models/test_responses.py::test_json_without_specified_charset[utf-8-sig] PASSED
375 tests/models/test_responses.py::test_json_without_specified_charset[utf-16] PASSED
376 tests/models/test_responses.py::test_json_without_specified_charset[utf-16-be] PASSED
377 tests/models/test_responses.py::test_json_without_specified_charset[utf-16-le] PASSED
378 tests/models/test_responses.py::test_json_without_specified_charset[utf-32] PASSED
379 tests/models/test_responses.py::test_json_without_specified_charset[utf-32-be] PASSED
380 tests/models/test_responses.py::test_json_without_specified_charset[utf-32-le] PASSED
381 tests/models/test_responses.py::test_json_with_specified_charset[utf-8] PASSED
382 tests/models/test_responses.py::test_json_with_specified_charset[utf-8-sig] PASSED
383 tests/models/test_responses.py::test_json_with_specified_charset[utf-16] PASSED
384 tests/models/test_responses.py::test_json_with_specified_charset[utf-16-be] PASSED
385 tests/models/test_responses.py::test_json_with_specified_charset[utf-16-le] PASSED
386 tests/models/test_responses.py::test_json_with_specified_charset[utf-32] PASSED
387 tests/models/test_responses.py::test_json_with_specified_charset[utf-32-be] PASSED
388 tests/models/test_responses.py::test_json_with_specified_charset[utf-32-le] PASSED
389 tests/models/test_responses.py::test_link_headers[headers0-expected0] PASSED
390 tests/models/test_responses.py::test_link_headers[headers1-expected1] PASSED
391 tests/models/test_responses.py::test_decode_error_with_request[deflate] PASSED
392 tests/models/test_responses.py::test_decode_error_with_request[gzip] PASSED
393 tests/models/test_responses.py::test_decode_error_with_request[br] PASSED
394 tests/models/test_responses.py::test_value_error_without_request[deflate] PASSED
395 tests/models/test_responses.py::test_value_error_without_request[gzip] PASSED
396 tests/models/test_responses.py::test_value_error_without_request[br] PASSED
397 tests/models/test_responses.py::test_response_with_unset_request PASSED
398 tests/models/test_responses.py::test_set_request_after_init PASSED
399 tests/models/test_responses.py::test_cannot_access_unset_request PASSED
400 tests/models/test_responses.py::test_generator_with_transfer_encoding_header PASSED
401 tests/models/test_responses.py::test_generator_with_content_length_header PASSED
402 tests/models/test_responses.py::test_response_picklable PASSED
403 tests/models/test_responses.py::test_response_decode_text_using_autodetect PASSED
404 tests/models/test_responses.py::test_response_decode_text_using_explicit_encoding PASSED
405 tests/models/test_url.py::test_basic_url PASSED
406 tests/models/test_url.py::test_complete_url PASSED
407 tests/models/test_url.py::test_url_with_empty_query PASSED
408 tests/models/test_url.py::test_url_no_scheme PASSED
409 tests/models/test_url.py::test_url_no_authority PASSED
410 tests/models/test_url.py::test_path_query_fragment[https://example.com/!$&'()*+,;= abc ABC 123 :/[]@-/!$&'()*+,;=%20abc%20ABC%20123%20:/[]@-/!$&'()*+,;= abc ABC 123 :/[]@--] PASSED
411 tests/models/test_url.py::test_path_query_fragment[https://example.com/!$&'()*+,;=%20abc%20ABC%20123%20:/[]@-/!$&'()*+,;=%20abc%20ABC%20123%20:/[]@-/!$&'()*+,;= abc ABC 123 :/[]@--] PASSED
412 tests/models/test_url.py::test_path_query_fragment[https://example.com/ %61%62%63-/%20%61%62%63-/ abc--] PASSED
413 tests/models/test_url.py::test_path_query_fragment[https://example.com/?!$&'()*+,;= abc ABC 123 :/[]@?-/?!$&'()*+,;=%20abc%20ABC%20123%20:/[]@?-/-!$&'()*+,;=%20abc%20ABC%20123%20:/[]@?-] PASSED
414 tests/models/test_url.py::test_path_query_fragment[https://example.com/?!$&%27()*+,;=%20abc%20ABC%20123%20:%2F[]@?-/?!$&%27()*+,;=%20abc%20ABC%20123%20:%2F[]@?-/-!$&%27()*+,;=%20abc%20ABC%20123%20:%2F[]@?-] PASSED
415 tests/models/test_url.py::test_path_query_fragment[https://example.com/?%20%97%98%99-/?%20%97%98%99-/-%20%97%98%99-] PASSED
416 tests/models/test_url.py::test_path_query_fragment[https://example.com/#!$&'()*+,;= abc ABC 123 :/[]@?#-/-/--!$&'()*+,;= abc ABC 123 :/[]@?#] PASSED
417 tests/models/test_url.py::test_url_query_encoding PASSED
418 tests/models/test_url.py::test_url_params PASSED
419 tests/models/test_url.py::test_url_username_and_password[https://username:password@example.com-username:password-username-password] PASSED
420 tests/models/test_url.py::test_url_username_and_password[https://username%40gmail.com:pa%20ssword@example.com-username%40gmail.com:pa%20ssword-username@gmail.com-pa ssword] PASSED
421 tests/models/test_url.py::test_url_username_and_password[https://user%20name:p%40ssword@example.com-user%20name:p%40ssword-user name-p@ssword] PASSED
422 tests/models/test_url.py::test_url_username_and_password[https://username@gmail.com:pa ssword@example.com-username%40gmail.com:pa%20ssword-username@gmail.com-pa ssword] PASSED
423 tests/models/test_url.py::test_url_username_and_password[https://user name:p@ssword@example.com-user%20name:p%40ssword-user name-p@ssword] PASSED
424 tests/models/test_url.py::test_url_valid_host PASSED
425 tests/models/test_url.py::test_url_normalized_host PASSED
426 tests/models/test_url.py::test_url_percent_escape_host PASSED
427 tests/models/test_url.py::test_url_ipv4_like_host PASSED
428 tests/models/test_url.py::test_url_valid_port PASSED
429 tests/models/test_url.py::test_url_normalized_port PASSED
430 tests/models/test_url.py::test_url_invalid_port PASSED
431 tests/models/test_url.py::test_url_normalized_path PASSED
432 tests/models/test_url.py::test_url_escaped_path PASSED
433 tests/models/test_url.py::test_url_leading_dot_prefix_on_absolute_url PASSED
434 tests/models/test_url.py::test_url_leading_dot_prefix_on_relative_url PASSED
435 tests/models/test_url.py::test_param_with_space PASSED
436 tests/models/test_url.py::test_param_does_not_require_encoding PASSED
437 tests/models/test_url.py::test_param_with_percent_encoded PASSED
438 tests/models/test_url.py::test_param_with_existing_escape_requires_encoding PASSED
439 tests/models/test_url.py::test_query_with_existing_percent_encoding PASSED
440 tests/models/test_url.py::test_query_requiring_percent_encoding PASSED
441 tests/models/test_url.py::test_query_with_mixed_percent_encoding PASSED
442 tests/models/test_url.py::test_url_invalid_hostname PASSED
443 tests/models/test_url.py::test_url_excessively_long_url PASSED
444 tests/models/test_url.py::test_url_excessively_long_component PASSED
445 tests/models/test_url.py::test_url_non_printing_character_in_url PASSED
446 tests/models/test_url.py::test_url_non_printing_character_in_component PASSED
447 tests/models/test_url.py::test_url_with_components PASSED
448 tests/models/test_url.py::test_urlparse_with_invalid_component PASSED
449 tests/models/test_url.py::test_urlparse_with_invalid_scheme PASSED
450 tests/models/test_url.py::test_urlparse_with_invalid_path PASSED
451 tests/models/test_url.py::test_url_with_relative_path PASSED
452 tests/models/test_url.py::test_url_eq_str PASSED
453 tests/models/test_url.py::test_url_set PASSED
454 tests/models/test_url.py::test_url_invalid_type PASSED
455 tests/models/test_url.py::test_url_with_invalid_component PASSED
456 tests/models/test_url.py::test_url_join PASSED
457 tests/models/test_url.py::test_relative_url_join PASSED
458 tests/models/test_url.py::test_url_join_rfc3986 PASSED
459 tests/models/test_url.py::test_resolution_error_1833 PASSED
460 tests/models/test_url.py::test_copy_with PASSED
461 tests/models/test_url.py::test_url_copywith_authority_subcomponents PASSED
462 tests/models/test_url.py::test_url_copywith_netloc PASSED
463 tests/models/test_url.py::test_url_copywith_userinfo_subcomponents PASSED
464 tests/models/test_url.py::test_url_copywith_invalid_component PASSED
465 tests/models/test_url.py::test_url_copywith_urlencoded_path PASSED
466 tests/models/test_url.py::test_url_copywith_query PASSED
467 tests/models/test_url.py::test_url_copywith_raw_path PASSED
468 tests/models/test_url.py::test_url_copywith_security PASSED
469 tests/models/test_url.py::test_url_set_param_manipulation PASSED
470 tests/models/test_url.py::test_url_add_param_manipulation PASSED
471 tests/models/test_url.py::test_url_remove_param_manipulation PASSED
472 tests/models/test_url.py::test_url_merge_params_manipulation PASSED
473 tests/models/test_url.py::test_idna_url[http_with_port] PASSED
474 tests/models/test_url.py::test_idna_url[unicode_tr46_compat] PASSED
475 tests/models/test_url.py::test_idna_url[https_without_port] PASSED
476 tests/models/test_url.py::test_idna_url[https_with_port] PASSED
477 tests/models/test_url.py::test_idna_url[http_with_custom_port] PASSED
478 tests/models/test_url.py::test_idna_url[https_with_custom_port] PASSED
479 tests/models/test_url.py::test_url_unescaped_idna_host PASSED
480 tests/models/test_url.py::test_url_escaped_idna_host PASSED
481 tests/models/test_url.py::test_url_invalid_idna_host PASSED
482 tests/models/test_url.py::test_url_valid_ipv4 PASSED
483 tests/models/test_url.py::test_url_invalid_ipv4 PASSED
484 tests/models/test_url.py::test_ipv6_url PASSED
485 tests/models/test_url.py::test_url_valid_ipv6 PASSED
486 tests/models/test_url.py::test_url_invalid_ipv6 PASSED
487 tests/models/test_url.py::test_ipv6_url_from_raw_url[[::ffff:192.168.0.1]] PASSED
488 tests/models/test_url.py::test_ipv6_url_from_raw_url[::ffff:192.168.0.1] PASSED
489 tests/models/test_url.py::test_ipv6_url_copy_with_host[[::ffff:192.168.0.1]-http://127.0.0.1:1234] PASSED
490 tests/models/test_url.py::test_ipv6_url_copy_with_host[[::ffff:192.168.0.1]-http://example.com:1234] PASSED
491 tests/models/test_url.py::test_ipv6_url_copy_with_host[[::ffff:192.168.0.1]-http://[::ffff:127.0.0.1]:1234] PASSED
492 tests/models/test_url.py::test_ipv6_url_copy_with_host[::ffff:192.168.0.1-http://127.0.0.1:1234] PASSED
493 tests/models/test_url.py::test_ipv6_url_copy_with_host[::ffff:192.168.0.1-http://example.com:1234] PASSED
494 tests/models/test_url.py::test_ipv6_url_copy_with_host[::ffff:192.168.0.1-http://[::ffff:127.0.0.1]:1234] PASSED
495 tests/models/test_url.py::test_url_raw_compatibility PASSED
496 tests/models/test_whatwg.py::test_urlparse[test_case0] PASSED
497 tests/models/test_whatwg.py::test_urlparse[test_case1] PASSED
498 tests/models/test_whatwg.py::test_urlparse[test_case2] PASSED
499 tests/models/test_whatwg.py::test_urlparse[test_case3] PASSED
500 tests/models/test_whatwg.py::test_urlparse[test_case4] PASSED
501 tests/models/test_whatwg.py::test_urlparse[test_case5] PASSED
502 tests/models/test_whatwg.py::test_urlparse[test_case6] PASSED
503 tests/models/test_whatwg.py::test_urlparse[test_case7] PASSED
504 tests/models/test_whatwg.py::test_urlparse[test_case8] PASSED
505 tests/models/test_whatwg.py::test_urlparse[test_case9] PASSED
506 tests/models/test_whatwg.py::test_urlparse[test_case10] PASSED
507 tests/models/test_whatwg.py::test_urlparse[test_case11] PASSED
508 tests/models/test_whatwg.py::test_urlparse[test_case12] PASSED
509 tests/models/test_whatwg.py::test_urlparse[test_case13] PASSED
510 tests/models/test_whatwg.py::test_urlparse[test_case14] PASSED
511 tests/models/test_whatwg.py::test_urlparse[test_case15] PASSED
512 tests/models/test_whatwg.py::test_urlparse[test_case16] PASSED
513 tests/models/test_whatwg.py::test_urlparse[test_case17] PASSED
514 tests/models/test_whatwg.py::test_urlparse[test_case18] PASSED
515 tests/models/test_whatwg.py::test_urlparse[test_case19] PASSED
516 tests/models/test_whatwg.py::test_urlparse[test_case20] PASSED
517 tests/models/test_whatwg.py::test_urlparse[test_case21] PASSED
518 tests/models/test_whatwg.py::test_urlparse[test_case22] PASSED
519 tests/models/test_whatwg.py::test_urlparse[test_case23] PASSED
520 tests/models/test_whatwg.py::test_urlparse[test_case24] PASSED
521 tests/models/test_whatwg.py::test_urlparse[test_case25] PASSED
522 tests/models/test_whatwg.py::test_urlparse[test_case26] PASSED
523 tests/models/test_whatwg.py::test_urlparse[test_case27] PASSED
524 tests/models/test_whatwg.py::test_urlparse[test_case28] PASSED
525 tests/models/test_whatwg.py::test_urlparse[test_case29] PASSED
526 tests/models/test_whatwg.py::test_urlparse[test_case30] PASSED
527 tests/models/test_whatwg.py::test_urlparse[test_case31] PASSED
528 tests/models/test_whatwg.py::test_urlparse[test_case32] PASSED
529 tests/models/test_whatwg.py::test_urlparse[test_case33] PASSED
530 tests/models/test_whatwg.py::test_urlparse[test_case34] PASSED
531 tests/models/test_whatwg.py::test_urlparse[test_case35] PASSED
532 tests/models/test_whatwg.py::test_urlparse[test_case36] PASSED
533 tests/models/test_whatwg.py::test_urlparse[test_case37] PASSED
534 tests/models/test_whatwg.py::test_urlparse[test_case38] PASSED
535 tests/models/test_whatwg.py::test_urlparse[test_case39] PASSED
536 tests/models/test_whatwg.py::test_urlparse[test_case40] PASSED
537 tests/models/test_whatwg.py::test_urlparse[test_case41] PASSED
538 tests/models/test_whatwg.py::test_urlparse[test_case42] PASSED
539 tests/models/test_whatwg.py::test_urlparse[test_case43] PASSED
540 tests/models/test_whatwg.py::test_urlparse[test_case44] PASSED
541 tests/models/test_whatwg.py::test_urlparse[test_case45] PASSED
542 tests/models/test_whatwg.py::test_urlparse[test_case46] PASSED
543 tests/models/test_whatwg.py::test_urlparse[test_case47] PASSED
544 tests/models/test_whatwg.py::test_urlparse[test_case48] PASSED
545 tests/models/test_whatwg.py::test_urlparse[test_case49] PASSED
546 tests/models/test_whatwg.py::test_urlparse[test_case50] PASSED
547 tests/models/test_whatwg.py::test_urlparse[test_case51] PASSED
548 tests/models/test_whatwg.py::test_urlparse[test_case52] PASSED
549 tests/models/test_whatwg.py::test_urlparse[test_case53] PASSED
550 tests/models/test_whatwg.py::test_urlparse[test_case54] PASSED
551 tests/models/test_whatwg.py::test_urlparse[test_case55] PASSED
552 tests/models/test_whatwg.py::test_urlparse[test_case56] PASSED
553 tests/models/test_whatwg.py::test_urlparse[test_case57] PASSED
554 tests/models/test_whatwg.py::test_urlparse[test_case58] PASSED
555 tests/models/test_whatwg.py::test_urlparse[test_case59] PASSED
556 tests/models/test_whatwg.py::test_urlparse[test_case60] PASSED
557 tests/models/test_whatwg.py::test_urlparse[test_case61] PASSED
558 tests/models/test_whatwg.py::test_urlparse[test_case62] PASSED
559 tests/models/test_whatwg.py::test_urlparse[test_case63] PASSED
560 tests/models/test_whatwg.py::test_urlparse[test_case64] PASSED
561 tests/models/test_whatwg.py::test_urlparse[test_case65] PASSED
562 tests/models/test_whatwg.py::test_urlparse[test_case66] PASSED
563 tests/models/test_whatwg.py::test_urlparse[test_case67] PASSED
564 tests/models/test_whatwg.py::test_urlparse[test_case68] PASSED
565 tests/models/test_whatwg.py::test_urlparse[test_case69] PASSED
566 tests/models/test_whatwg.py::test_urlparse[test_case70] PASSED
567 tests/models/test_whatwg.py::test_urlparse[test_case71] PASSED
568 tests/models/test_whatwg.py::test_urlparse[test_case72] PASSED
569 tests/models/test_whatwg.py::test_urlparse[test_case73] PASSED
570 tests/models/test_whatwg.py::test_urlparse[test_case74] PASSED
571 tests/models/test_whatwg.py::test_urlparse[test_case75] PASSED
572 tests/models/test_whatwg.py::test_urlparse[test_case76] PASSED
573 tests/models/test_whatwg.py::test_urlparse[test_case77] PASSED
574 tests/models/test_whatwg.py::test_urlparse[test_case78] PASSED
575 tests/models/test_whatwg.py::test_urlparse[test_case79] PASSED
576 tests/models/test_whatwg.py::test_urlparse[test_case80] PASSED
577 tests/models/test_whatwg.py::test_urlparse[test_case81] PASSED
578 tests/models/test_whatwg.py::test_urlparse[test_case82] PASSED
579 tests/models/test_whatwg.py::test_urlparse[test_case83] PASSED
580 tests/models/test_whatwg.py::test_urlparse[test_case84] PASSED
581 tests/models/test_whatwg.py::test_urlparse[test_case85] PASSED
582 tests/models/test_whatwg.py::test_urlparse[test_case86] PASSED
583 tests/models/test_whatwg.py::test_urlparse[test_case87] PASSED
584 tests/models/test_whatwg.py::test_urlparse[test_case88] PASSED
585 tests/models/test_whatwg.py::test_urlparse[test_case89] PASSED
586 tests/models/test_whatwg.py::test_urlparse[test_case90] PASSED
587 tests/models/test_whatwg.py::test_urlparse[test_case91] PASSED
588 tests/models/test_whatwg.py::test_urlparse[test_case92] PASSED
589 tests/models/test_whatwg.py::test_urlparse[test_case93] PASSED
590 tests/models/test_whatwg.py::test_urlparse[test_case94] PASSED
591 tests/models/test_whatwg.py::test_urlparse[test_case95] PASSED
592 tests/models/test_whatwg.py::test_urlparse[test_case96] PASSED
593 tests/models/test_whatwg.py::test_urlparse[test_case97] PASSED
594 tests/models/test_whatwg.py::test_urlparse[test_case98] PASSED
595 tests/models/test_whatwg.py::test_urlparse[test_case99] PASSED
596 tests/models/test_whatwg.py::test_urlparse[test_case100] PASSED
597 tests/models/test_whatwg.py::test_urlparse[test_case101] PASSED
598 tests/models/test_whatwg.py::test_urlparse[test_case102] PASSED
599 tests/models/test_whatwg.py::test_urlparse[test_case103] PASSED
600 tests/models/test_whatwg.py::test_urlparse[test_case104] PASSED
601 tests/models/test_whatwg.py::test_urlparse[test_case105] PASSED
602 tests/models/test_whatwg.py::test_urlparse[test_case106] PASSED
603 tests/models/test_whatwg.py::test_urlparse[test_case107] PASSED
604 tests/models/test_whatwg.py::test_urlparse[test_case108] PASSED
605 tests/models/test_whatwg.py::test_urlparse[test_case109] PASSED
606 tests/models/test_whatwg.py::test_urlparse[test_case110] PASSED
607 tests/models/test_whatwg.py::test_urlparse[test_case111] PASSED
608 tests/models/test_whatwg.py::test_urlparse[test_case112] PASSED
609 tests/models/test_whatwg.py::test_urlparse[test_case113] PASSED
610 tests/models/test_whatwg.py::test_urlparse[test_case114] PASSED
611 tests/models/test_whatwg.py::test_urlparse[test_case115] PASSED
612 tests/models/test_whatwg.py::test_urlparse[test_case116] PASSED
613 tests/models/test_whatwg.py::test_urlparse[test_case117] PASSED
614 tests/models/test_whatwg.py::test_urlparse[test_case118] PASSED
615 tests/models/test_whatwg.py::test_urlparse[test_case119] PASSED
616 tests/models/test_whatwg.py::test_urlparse[test_case120] PASSED
617 tests/models/test_whatwg.py::test_urlparse[test_case121] PASSED
618 tests/models/test_whatwg.py::test_urlparse[test_case122] PASSED
619 tests/models/test_whatwg.py::test_urlparse[test_case123] PASSED
620 tests/models/test_whatwg.py::test_urlparse[test_case124] PASSED
621 tests/models/test_whatwg.py::test_urlparse[test_case125] PASSED
622 tests/models/test_whatwg.py::test_urlparse[test_case126] PASSED
623 tests/models/test_whatwg.py::test_urlparse[test_case127] PASSED
624 tests/models/test_whatwg.py::test_urlparse[test_case128] PASSED
625 tests/models/test_whatwg.py::test_urlparse[test_case129] PASSED
626 tests/models/test_whatwg.py::test_urlparse[test_case130] PASSED
627 tests/models/test_whatwg.py::test_urlparse[test_case131] PASSED
628 tests/models/test_whatwg.py::test_urlparse[test_case132] PASSED
629 tests/models/test_whatwg.py::test_urlparse[test_case133] PASSED
630 tests/models/test_whatwg.py::test_urlparse[test_case134] PASSED
631 tests/models/test_whatwg.py::test_urlparse[test_case135] PASSED
632 tests/models/test_whatwg.py::test_urlparse[test_case136] PASSED
633 tests/models/test_whatwg.py::test_urlparse[test_case137] PASSED
634 tests/models/test_whatwg.py::test_urlparse[test_case138] PASSED
635 tests/models/test_whatwg.py::test_urlparse[test_case139] PASSED
636 tests/models/test_whatwg.py::test_urlparse[test_case140] PASSED
637 tests/models/test_whatwg.py::test_urlparse[test_case141] PASSED
638 tests/models/test_whatwg.py::test_urlparse[test_case142] PASSED
639 tests/models/test_whatwg.py::test_urlparse[test_case143] PASSED
640 tests/models/test_whatwg.py::test_urlparse[test_case144] PASSED
641 tests/models/test_whatwg.py::test_urlparse[test_case145] PASSED
642 tests/models/test_whatwg.py::test_urlparse[test_case146] PASSED
643 tests/models/test_whatwg.py::test_urlparse[test_case147] PASSED
644 tests/models/test_whatwg.py::test_urlparse[test_case148] PASSED
645 tests/models/test_whatwg.py::test_urlparse[test_case149] PASSED
646 tests/models/test_whatwg.py::test_urlparse[test_case150] PASSED
647 tests/models/test_whatwg.py::test_urlparse[test_case151] PASSED
648 tests/models/test_whatwg.py::test_urlparse[test_case152] PASSED
649 tests/models/test_whatwg.py::test_urlparse[test_case153] PASSED
650 tests/models/test_whatwg.py::test_urlparse[test_case154] PASSED
651 tests/models/test_whatwg.py::test_urlparse[test_case155] PASSED
652 tests/models/test_whatwg.py::test_urlparse[test_case156] PASSED
653 tests/models/test_whatwg.py::test_urlparse[test_case157] PASSED
654 tests/models/test_whatwg.py::test_urlparse[test_case158] PASSED
655 tests/models/test_whatwg.py::test_urlparse[test_case159] PASSED
656 tests/models/test_whatwg.py::test_urlparse[test_case160] PASSED
657 tests/models/test_whatwg.py::test_urlparse[test_case161] PASSED
658 tests/models/test_whatwg.py::test_urlparse[test_case162] PASSED
659 tests/models/test_whatwg.py::test_urlparse[test_case163] PASSED
660 tests/models/test_whatwg.py::test_urlparse[test_case164] PASSED
661 tests/models/test_whatwg.py::test_urlparse[test_case165] PASSED
662 tests/models/test_whatwg.py::test_urlparse[test_case166] PASSED
663 tests/models/test_whatwg.py::test_urlparse[test_case167] PASSED
664 tests/models/test_whatwg.py::test_urlparse[test_case168] PASSED
665 tests/models/test_whatwg.py::test_urlparse[test_case169] PASSED
666 tests/models/test_whatwg.py::test_urlparse[test_case170] PASSED
667 tests/models/test_whatwg.py::test_urlparse[test_case171] PASSED
668 tests/models/test_whatwg.py::test_urlparse[test_case172] PASSED
669 tests/models/test_whatwg.py::test_urlparse[test_case173] PASSED
670 tests/models/test_whatwg.py::test_urlparse[test_case174] PASSED
671 tests/models/test_whatwg.py::test_urlparse[test_case175] PASSED
672 tests/models/test_whatwg.py::test_urlparse[test_case176] PASSED
673 tests/models/test_whatwg.py::test_urlparse[test_case177] PASSED
674 tests/models/test_whatwg.py::test_urlparse[test_case178] PASSED
675 tests/models/test_whatwg.py::test_urlparse[test_case179] PASSED
676 tests/models/test_whatwg.py::test_urlparse[test_case180] PASSED
677 tests/models/test_whatwg.py::test_urlparse[test_case181] PASSED
678 tests/models/test_whatwg.py::test_urlparse[test_case182] PASSED
679 tests/models/test_whatwg.py::test_urlparse[test_case183] PASSED
680 tests/models/test_whatwg.py::test_urlparse[test_case184] PASSED
681 tests/models/test_whatwg.py::test_urlparse[test_case185] PASSED
682 tests/models/test_whatwg.py::test_urlparse[test_case186] PASSED
683 tests/models/test_whatwg.py::test_urlparse[test_case187] PASSED
684 tests/models/test_whatwg.py::test_urlparse[test_case188] PASSED
685 tests/models/test_whatwg.py::test_urlparse[test_case189] PASSED
686 tests/models/test_whatwg.py::test_urlparse[test_case190] PASSED
687 tests/models/test_whatwg.py::test_urlparse[test_case191] PASSED
688 tests/models/test_whatwg.py::test_urlparse[test_case192] PASSED
689 tests/models/test_whatwg.py::test_urlparse[test_case193] PASSED
690 tests/models/test_whatwg.py::test_urlparse[test_case194] PASSED
691 tests/models/test_whatwg.py::test_urlparse[test_case195] PASSED
692 tests/models/test_whatwg.py::test_urlparse[test_case196] PASSED
693 tests/models/test_whatwg.py::test_urlparse[test_case197] PASSED
694 tests/models/test_whatwg.py::test_urlparse[test_case198] PASSED
695 tests/models/test_whatwg.py::test_urlparse[test_case199] PASSED
696 tests/models/test_whatwg.py::test_urlparse[test_case200] PASSED
697 tests/models/test_whatwg.py::test_urlparse[test_case201] PASSED
698 tests/models/test_whatwg.py::test_urlparse[test_case202] PASSED
699 tests/models/test_whatwg.py::test_urlparse[test_case203] PASSED
700 tests/models/test_whatwg.py::test_urlparse[test_case204] PASSED
701 tests/models/test_whatwg.py::test_urlparse[test_case205] PASSED
702 tests/models/test_whatwg.py::test_urlparse[test_case206] PASSED
703 tests/models/test_whatwg.py::test_urlparse[test_case207] PASSED
704 tests/models/test_whatwg.py::test_urlparse[test_case208] PASSED
705 tests/models/test_whatwg.py::test_urlparse[test_case209] PASSED
706 tests/models/test_whatwg.py::test_urlparse[test_case210] PASSED
707 tests/models/test_whatwg.py::test_urlparse[test_case211] PASSED
708 tests/models/test_whatwg.py::test_urlparse[test_case212] PASSED
709 tests/models/test_whatwg.py::test_urlparse[test_case213] PASSED
710 tests/models/test_whatwg.py::test_urlparse[test_case214] PASSED
711 tests/models/test_whatwg.py::test_urlparse[test_case215] PASSED
712 tests/models/test_whatwg.py::test_urlparse[test_case216] PASSED
713 tests/models/test_whatwg.py::test_urlparse[test_case217] PASSED
714 tests/models/test_whatwg.py::test_urlparse[test_case218] PASSED
715 tests/models/test_whatwg.py::test_urlparse[test_case219] PASSED
716 tests/models/test_whatwg.py::test_urlparse[test_case220] PASSED
717 tests/models/test_whatwg.py::test_urlparse[test_case221] PASSED
718 tests/models/test_whatwg.py::test_urlparse[test_case222] PASSED
719 tests/models/test_whatwg.py::test_urlparse[test_case223] PASSED
720 tests/models/test_whatwg.py::test_urlparse[test_case224] PASSED
721 tests/models/test_whatwg.py::test_urlparse[test_case225] PASSED
722 tests/models/test_whatwg.py::test_urlparse[test_case226] PASSED
723 tests/models/test_whatwg.py::test_urlparse[test_case227] PASSED
724 tests/models/test_whatwg.py::test_urlparse[test_case228] PASSED
725 tests/models/test_whatwg.py::test_urlparse[test_case229] PASSED
726 tests/models/test_whatwg.py::test_urlparse[test_case230] PASSED
727 tests/models/test_whatwg.py::test_urlparse[test_case231] PASSED
728 tests/models/test_whatwg.py::test_urlparse[test_case232] PASSED
729 tests/models/test_whatwg.py::test_urlparse[test_case233] PASSED
730 tests/models/test_whatwg.py::test_urlparse[test_case234] PASSED
731 tests/models/test_whatwg.py::test_urlparse[test_case235] PASSED
732 tests/models/test_whatwg.py::test_urlparse[test_case236] PASSED
733 tests/models/test_whatwg.py::test_urlparse[test_case237] PASSED
734 tests/models/test_whatwg.py::test_urlparse[test_case238] PASSED
735 tests/models/test_whatwg.py::test_urlparse[test_case239] PASSED
736 tests/models/test_whatwg.py::test_urlparse[test_case240] PASSED
737 tests/models/test_whatwg.py::test_urlparse[test_case241] PASSED
738 tests/models/test_whatwg.py::test_urlparse[test_case242] PASSED
739 tests/models/test_whatwg.py::test_urlparse[test_case243] PASSED
740 tests/models/test_whatwg.py::test_urlparse[test_case244] PASSED
741 tests/models/test_whatwg.py::test_urlparse[test_case245] PASSED
742 tests/models/test_whatwg.py::test_urlparse[test_case246] PASSED
743 tests/models/test_whatwg.py::test_urlparse[test_case247] PASSED
744 tests/models/test_whatwg.py::test_urlparse[test_case248] PASSED
745 tests/models/test_whatwg.py::test_urlparse[test_case249] PASSED
746 tests/models/test_whatwg.py::test_urlparse[test_case250] PASSED
747 tests/models/test_whatwg.py::test_urlparse[test_case251] PASSED
748 tests/models/test_whatwg.py::test_urlparse[test_case252] PASSED
749 tests/models/test_whatwg.py::test_urlparse[test_case253] PASSED
750 tests/models/test_whatwg.py::test_urlparse[test_case254] PASSED
751 tests/models/test_whatwg.py::test_urlparse[test_case255] PASSED
752 tests/models/test_whatwg.py::test_urlparse[test_case256] PASSED
753 tests/models/test_whatwg.py::test_urlparse[test_case257] PASSED
754 tests/models/test_whatwg.py::test_urlparse[test_case258] PASSED
755 tests/models/test_whatwg.py::test_urlparse[test_case259] PASSED
756 tests/models/test_whatwg.py::test_urlparse[test_case260] PASSED
757 tests/models/test_whatwg.py::test_urlparse[test_case261] PASSED
758 tests/models/test_whatwg.py::test_urlparse[test_case262] PASSED
759 tests/models/test_whatwg.py::test_urlparse[test_case263] PASSED
760 tests/models/test_whatwg.py::test_urlparse[test_case264] PASSED
761 tests/models/test_whatwg.py::test_urlparse[test_case265] PASSED
762 tests/models/test_whatwg.py::test_urlparse[test_case266] PASSED
763 tests/models/test_whatwg.py::test_urlparse[test_case267] PASSED
764 tests/models/test_whatwg.py::test_urlparse[test_case268] PASSED
765 tests/models/test_whatwg.py::test_urlparse[test_case269] PASSED
766 tests/models/test_whatwg.py::test_urlparse[test_case270] PASSED
767 tests/models/test_whatwg.py::test_urlparse[test_case271] PASSED
768 tests/models/test_whatwg.py::test_urlparse[test_case272] PASSED
769 tests/models/test_whatwg.py::test_urlparse[test_case273] PASSED
770 tests/models/test_whatwg.py::test_urlparse[test_case274] PASSED
771 tests/models/test_whatwg.py::test_urlparse[test_case275] PASSED
772 tests/models/test_whatwg.py::test_urlparse[test_case276] PASSED
773 tests/models/test_whatwg.py::test_urlparse[test_case277] PASSED
774 tests/models/test_whatwg.py::test_urlparse[test_case278] PASSED
775 tests/models/test_whatwg.py::test_urlparse[test_case279] PASSED
776 tests/models/test_whatwg.py::test_urlparse[test_case280] PASSED
777 tests/models/test_whatwg.py::test_urlparse[test_case281] PASSED
778 tests/models/test_whatwg.py::test_urlparse[test_case282] PASSED
779 tests/models/test_whatwg.py::test_urlparse[test_case283] PASSED
780 tests/models/test_whatwg.py::test_urlparse[test_case284] PASSED
781 tests/models/test_whatwg.py::test_urlparse[test_case285] PASSED
782 tests/models/test_whatwg.py::test_urlparse[test_case286] PASSED
783 tests/models/test_whatwg.py::test_urlparse[test_case287] PASSED
784 tests/models/test_whatwg.py::test_urlparse[test_case288] PASSED
785 tests/models/test_whatwg.py::test_urlparse[test_case289] PASSED
786 tests/models/test_whatwg.py::test_urlparse[test_case290] PASSED
787 tests/models/test_whatwg.py::test_urlparse[test_case291] PASSED
788 tests/models/test_whatwg.py::test_urlparse[test_case292] PASSED
789 tests/models/test_whatwg.py::test_urlparse[test_case293] PASSED
790 tests/models/test_whatwg.py::test_urlparse[test_case294] PASSED
791 tests/models/test_whatwg.py::test_urlparse[test_case295] PASSED
792 tests/models/test_whatwg.py::test_urlparse[test_case296] PASSED
793 tests/models/test_whatwg.py::test_urlparse[test_case297] PASSED
794 tests/models/test_whatwg.py::test_urlparse[test_case298] PASSED
795 tests/models/test_whatwg.py::test_urlparse[test_case299] PASSED
796 tests/models/test_whatwg.py::test_urlparse[test_case300] PASSED
797 tests/models/test_whatwg.py::test_urlparse[test_case301] PASSED
798 tests/models/test_whatwg.py::test_urlparse[test_case302] PASSED
799 tests/models/test_whatwg.py::test_urlparse[test_case303] PASSED
800 tests/models/test_whatwg.py::test_urlparse[test_case304] PASSED
801 tests/models/test_whatwg.py::test_urlparse[test_case305] PASSED
802 tests/models/test_whatwg.py::test_urlparse[test_case306] PASSED
803 tests/models/test_whatwg.py::test_urlparse[test_case307] PASSED
804 tests/models/test_whatwg.py::test_urlparse[test_case308] PASSED
805 tests/models/test_whatwg.py::test_urlparse[test_case309] PASSED
806 tests/models/test_whatwg.py::test_urlparse[test_case310] PASSED
807 tests/models/test_whatwg.py::test_urlparse[test_case311] PASSED
808 tests/models/test_whatwg.py::test_urlparse[test_case312] PASSED
809 tests/models/test_whatwg.py::test_urlparse[test_case313] PASSED
810 tests/models/test_whatwg.py::test_urlparse[test_case314] PASSED
811 tests/models/test_whatwg.py::test_urlparse[test_case315] PASSED
812 tests/models/test_whatwg.py::test_urlparse[test_case316] PASSED
813 tests/models/test_whatwg.py::test_urlparse[test_case317] PASSED
814 tests/models/test_whatwg.py::test_urlparse[test_case318] PASSED
815 tests/models/test_whatwg.py::test_urlparse[test_case319] PASSED
816 tests/models/test_whatwg.py::test_urlparse[test_case320] PASSED
817 tests/models/test_whatwg.py::test_urlparse[test_case321] PASSED
818 tests/models/test_whatwg.py::test_urlparse[test_case322] PASSED
819 tests/models/test_whatwg.py::test_urlparse[test_case323] PASSED
820 tests/models/test_whatwg.py::test_urlparse[test_case324] PASSED
821 tests/models/test_whatwg.py::test_urlparse[test_case325] PASSED
822 tests/models/test_whatwg.py::test_urlparse[test_case326] PASSED
823 tests/models/test_whatwg.py::test_urlparse[test_case327] PASSED
824 tests/models/test_whatwg.py::test_urlparse[test_case328] PASSED
825 tests/models/test_whatwg.py::test_urlparse[test_case329] PASSED
826 tests/models/test_whatwg.py::test_urlparse[test_case330] PASSED
827 tests/models/test_whatwg.py::test_urlparse[test_case331] PASSED
828 tests/models/test_whatwg.py::test_urlparse[test_case332] PASSED
829 tests/models/test_whatwg.py::test_urlparse[test_case333] PASSED
830 tests/models/test_whatwg.py::test_urlparse[test_case334] PASSED
831 tests/models/test_whatwg.py::test_urlparse[test_case335] PASSED
832 tests/models/test_whatwg.py::test_urlparse[test_case336] PASSED
833 tests/models/test_whatwg.py::test_urlparse[test_case337] PASSED
834 tests/models/test_whatwg.py::test_urlparse[test_case338] PASSED
835 tests/models/test_whatwg.py::test_urlparse[test_case339] PASSED
836 tests/models/test_whatwg.py::test_urlparse[test_case340] PASSED
837 tests/models/test_whatwg.py::test_urlparse[test_case341] PASSED
838 tests/models/test_whatwg.py::test_urlparse[test_case342] PASSED
839 tests/models/test_whatwg.py::test_urlparse[test_case343] PASSED
840 tests/models/test_whatwg.py::test_urlparse[test_case344] PASSED
841 tests/models/test_whatwg.py::test_urlparse[test_case345] PASSED
842 tests/models/test_whatwg.py::test_urlparse[test_case346] PASSED
843 tests/models/test_whatwg.py::test_urlparse[test_case347] PASSED
844 tests/models/test_whatwg.py::test_urlparse[test_case348] PASSED
845 tests/models/test_whatwg.py::test_urlparse[test_case349] PASSED
846 tests/models/test_whatwg.py::test_urlparse[test_case350] PASSED
847 tests/models/test_whatwg.py::test_urlparse[test_case351] PASSED
848 tests/models/test_whatwg.py::test_urlparse[test_case352] PASSED
849 tests/models/test_whatwg.py::test_urlparse[test_case353] PASSED
850 tests/models/test_whatwg.py::test_urlparse[test_case354] PASSED
851 tests/models/test_whatwg.py::test_urlparse[test_case355] PASSED
852 tests/models/test_whatwg.py::test_urlparse[test_case356] PASSED
853 tests/models/test_whatwg.py::test_urlparse[test_case357] PASSED
854 tests/models/test_whatwg.py::test_urlparse[test_case358] PASSED
855 tests/models/test_whatwg.py::test_urlparse[test_case359] PASSED
856 tests/models/test_whatwg.py::test_urlparse[test_case360] PASSED
857 tests/models/test_whatwg.py::test_urlparse[test_case361] PASSED
858 tests/models/test_whatwg.py::test_urlparse[test_case362] PASSED
859 tests/models/test_whatwg.py::test_urlparse[test_case363] PASSED
860 tests/models/test_whatwg.py::test_urlparse[test_case364] PASSED
861 tests/models/test_whatwg.py::test_urlparse[test_case365] PASSED
862 tests/models/test_whatwg.py::test_urlparse[test_case366] PASSED
863 tests/models/test_whatwg.py::test_urlparse[test_case367] PASSED
864 tests/models/test_whatwg.py::test_urlparse[test_case368] PASSED
865 tests/models/test_whatwg.py::test_urlparse[test_case369] PASSED
866 tests/models/test_whatwg.py::test_urlparse[test_case370] PASSED
867 tests/models/test_whatwg.py::test_urlparse[test_case371] PASSED
868 tests/models/test_whatwg.py::test_urlparse[test_case372] PASSED
869 tests/models/test_whatwg.py::test_urlparse[test_case373] PASSED
870 tests/models/test_whatwg.py::test_urlparse[test_case374] PASSED
871 tests/models/test_whatwg.py::test_urlparse[test_case375] PASSED
872 tests/models/test_whatwg.py::test_urlparse[test_case376] PASSED
873 tests/models/test_whatwg.py::test_urlparse[test_case377] PASSED
874 tests/models/test_whatwg.py::test_urlparse[test_case378] PASSED
875 tests/models/test_whatwg.py::test_urlparse[test_case379] PASSED
876 tests/models/test_whatwg.py::test_urlparse[test_case380] PASSED
877 tests/models/test_whatwg.py::test_urlparse[test_case381] PASSED
878 tests/models/test_whatwg.py::test_urlparse[test_case382] PASSED
879 tests/models/test_whatwg.py::test_urlparse[test_case383] PASSED
880 tests/models/test_whatwg.py::test_urlparse[test_case384] PASSED
881 tests/models/test_whatwg.py::test_urlparse[test_case385] PASSED
882 tests/models/test_whatwg.py::test_urlparse[test_case386] PASSED
883 tests/models/test_whatwg.py::test_urlparse[test_case387] PASSED
884 tests/models/test_whatwg.py::test_urlparse[test_case388] PASSED
885 tests/models/test_whatwg.py::test_urlparse[test_case389] PASSED
886 tests/models/test_whatwg.py::test_urlparse[test_case390] PASSED
887 tests/models/test_whatwg.py::test_urlparse[test_case391] PASSED
888 tests/models/test_whatwg.py::test_urlparse[test_case392] PASSED
889 tests/models/test_whatwg.py::test_urlparse[test_case393] PASSED
890 tests/models/test_whatwg.py::test_urlparse[test_case394] PASSED
891 tests/models/test_whatwg.py::test_urlparse[test_case395] PASSED
892 tests/models/test_whatwg.py::test_urlparse[test_case396] PASSED
893 tests/models/test_whatwg.py::test_urlparse[test_case397] PASSED
894 tests/models/test_whatwg.py::test_urlparse[test_case398] PASSED
895 tests/models/test_whatwg.py::test_urlparse[test_case399] PASSED
896 tests/models/test_whatwg.py::test_urlparse[test_case400] PASSED
897 tests/models/test_whatwg.py::test_urlparse[test_case401] PASSED
898 tests/models/test_whatwg.py::test_urlparse[test_case402] PASSED
899 tests/models/test_whatwg.py::test_urlparse[test_case403] PASSED
900 tests/models/test_whatwg.py::test_urlparse[test_case404] PASSED
901 tests/models/test_whatwg.py::test_urlparse[test_case405] PASSED
902 tests/models/test_whatwg.py::test_urlparse[test_case406] PASSED
903 tests/models/test_whatwg.py::test_urlparse[test_case407] PASSED
904 tests/models/test_whatwg.py::test_urlparse[test_case408] PASSED
905 tests/models/test_whatwg.py::test_urlparse[test_case409] PASSED
906 tests/models/test_whatwg.py::test_urlparse[test_case410] PASSED
907 tests/models/test_whatwg.py::test_urlparse[test_case411] PASSED
908 tests/models/test_whatwg.py::test_urlparse[test_case412] PASSED
909 tests/models/test_whatwg.py::test_urlparse[test_case413] PASSED
910 tests/models/test_whatwg.py::test_urlparse[test_case414] PASSED
911 tests/models/test_whatwg.py::test_urlparse[test_case415] PASSED
912 tests/models/test_whatwg.py::test_urlparse[test_case416] PASSED
913 tests/models/test_whatwg.py::test_urlparse[test_case417] PASSED
914 tests/models/test_whatwg.py::test_urlparse[test_case418] PASSED
915 tests/models/test_whatwg.py::test_urlparse[test_case419] PASSED
916 tests/models/test_whatwg.py::test_urlparse[test_case420] PASSED
917 tests/models/test_whatwg.py::test_urlparse[test_case421] PASSED
918 tests/models/test_whatwg.py::test_urlparse[test_case422] PASSED
919 tests/models/test_whatwg.py::test_urlparse[test_case423] PASSED
920 tests/models/test_whatwg.py::test_urlparse[test_case424] PASSED
921 tests/models/test_whatwg.py::test_urlparse[test_case425] PASSED
922 tests/models/test_whatwg.py::test_urlparse[test_case426] PASSED
923 tests/models/test_whatwg.py::test_urlparse[test_case427] PASSED
924 tests/models/test_whatwg.py::test_urlparse[test_case428] PASSED
925 tests/models/test_whatwg.py::test_urlparse[test_case429] PASSED
926 tests/models/test_whatwg.py::test_urlparse[test_case430] PASSED
927 tests/models/test_whatwg.py::test_urlparse[test_case431] PASSED
928 tests/models/test_whatwg.py::test_urlparse[test_case432] PASSED
929 tests/models/test_whatwg.py::test_urlparse[test_case433] PASSED
930 tests/models/test_whatwg.py::test_urlparse[test_case434] PASSED
931 tests/models/test_whatwg.py::test_urlparse[test_case435] PASSED
932 tests/models/test_whatwg.py::test_urlparse[test_case436] PASSED
933 tests/models/test_whatwg.py::test_urlparse[test_case437] PASSED
934 tests/models/test_whatwg.py::test_urlparse[test_case438] PASSED
935 tests/models/test_whatwg.py::test_urlparse[test_case439] PASSED
936 tests/models/test_whatwg.py::test_urlparse[test_case440] PASSED
937 tests/models/test_whatwg.py::test_urlparse[test_case441] PASSED
938 tests/models/test_whatwg.py::test_urlparse[test_case442] PASSED
939 tests/models/test_whatwg.py::test_urlparse[test_case443] PASSED
940 tests/models/test_whatwg.py::test_urlparse[test_case444] PASSED
941 tests/models/test_whatwg.py::test_urlparse[test_case445] PASSED
942 tests/models/test_whatwg.py::test_urlparse[test_case446] PASSED
943 tests/models/test_whatwg.py::test_urlparse[test_case447] PASSED
944 tests/models/test_whatwg.py::test_urlparse[test_case448] PASSED
945 tests/models/test_whatwg.py::test_urlparse[test_case449] PASSED
946 tests/models/test_whatwg.py::test_urlparse[test_case450] PASSED
947 tests/models/test_whatwg.py::test_urlparse[test_case451] PASSED
948 tests/models/test_whatwg.py::test_urlparse[test_case452] PASSED
949 tests/models/test_whatwg.py::test_urlparse[test_case453] PASSED
950 tests/models/test_whatwg.py::test_urlparse[test_case454] PASSED
951 tests/models/test_whatwg.py::test_urlparse[test_case455] PASSED
952 tests/models/test_whatwg.py::test_urlparse[test_case456] PASSED
953 tests/models/test_whatwg.py::test_urlparse[test_case457] PASSED
954 tests/models/test_whatwg.py::test_urlparse[test_case458] PASSED
955 tests/models/test_whatwg.py::test_urlparse[test_case459] PASSED
956 tests/models/test_whatwg.py::test_urlparse[test_case460] PASSED
957 tests/models/test_whatwg.py::test_urlparse[test_case461] PASSED
958 tests/models/test_whatwg.py::test_urlparse[test_case462] PASSED
959 tests/models/test_whatwg.py::test_urlparse[test_case463] PASSED
960 tests/models/test_whatwg.py::test_urlparse[test_case464] PASSED
961 tests/models/test_whatwg.py::test_urlparse[test_case465] PASSED
962 tests/models/test_whatwg.py::test_urlparse[test_case466] PASSED
963 tests/models/test_whatwg.py::test_urlparse[test_case467] PASSED
964 tests/models/test_whatwg.py::test_urlparse[test_case468] PASSED
965 tests/models/test_whatwg.py::test_urlparse[test_case469] PASSED
966 tests/models/test_whatwg.py::test_urlparse[test_case470] PASSED
967 tests/models/test_whatwg.py::test_urlparse[test_case471] PASSED
968 tests/models/test_whatwg.py::test_urlparse[test_case472] PASSED
969 tests/models/test_whatwg.py::test_urlparse[test_case473] PASSED
970 tests/models/test_whatwg.py::test_urlparse[test_case474] PASSED
971 tests/models/test_whatwg.py::test_urlparse[test_case475] PASSED
972 tests/models/test_whatwg.py::test_urlparse[test_case476] PASSED
973 tests/models/test_whatwg.py::test_urlparse[test_case477] PASSED
974 tests/models/test_whatwg.py::test_urlparse[test_case478] PASSED
975 tests/models/test_whatwg.py::test_urlparse[test_case479] PASSED
976 tests/models/test_whatwg.py::test_urlparse[test_case480] PASSED
977 tests/models/test_whatwg.py::test_urlparse[test_case481] PASSED
978 tests/models/test_whatwg.py::test_urlparse[test_case482] PASSED
979 tests/models/test_whatwg.py::test_urlparse[test_case483] PASSED
980 tests/models/test_whatwg.py::test_urlparse[test_case484] PASSED
981 tests/models/test_whatwg.py::test_urlparse[test_case485] PASSED
982 tests/models/test_whatwg.py::test_urlparse[test_case486] PASSED
983 tests/models/test_whatwg.py::test_urlparse[test_case487] PASSED
984 tests/models/test_whatwg.py::test_urlparse[test_case488] PASSED
985 tests/models/test_whatwg.py::test_urlparse[test_case489] PASSED
986 tests/models/test_whatwg.py::test_urlparse[test_case490] PASSED
987 tests/models/test_whatwg.py::test_urlparse[test_case491] PASSED
988 tests/models/test_whatwg.py::test_urlparse[test_case492] PASSED
989 tests/models/test_whatwg.py::test_urlparse[test_case493] PASSED
990 tests/models/test_whatwg.py::test_urlparse[test_case494] PASSED
991 tests/models/test_whatwg.py::test_urlparse[test_case495] PASSED
992 tests/models/test_whatwg.py::test_urlparse[test_case496] PASSED
993 tests/models/test_whatwg.py::test_urlparse[test_case497] PASSED
994 tests/models/test_whatwg.py::test_urlparse[test_case498] PASSED
995 tests/models/test_whatwg.py::test_urlparse[test_case499] PASSED
996 tests/models/test_whatwg.py::test_urlparse[test_case500] PASSED
997 tests/models/test_whatwg.py::test_urlparse[test_case501] PASSED
998 tests/models/test_whatwg.py::test_urlparse[test_case502] PASSED
999 tests/models/test_whatwg.py::test_urlparse[test_case503] PASSED
1000 tests/models/test_whatwg.py::test_urlparse[test_case504] PASSED
1001 tests/models/test_whatwg.py::test_urlparse[test_case505] PASSED
1002 tests/models/test_whatwg.py::test_urlparse[test_case506] PASSED
1003 tests/models/test_whatwg.py::test_urlparse[test_case507] PASSED
1004 tests/models/test_whatwg.py::test_urlparse[test_case508] PASSED
1005 tests/models/test_whatwg.py::test_urlparse[test_case509] PASSED
1006 tests/models/test_whatwg.py::test_urlparse[test_case510] PASSED
1007 tests/models/test_whatwg.py::test_urlparse[test_case511] PASSED
1008 tests/models/test_whatwg.py::test_urlparse[test_case512] PASSED
1009 tests/models/test_whatwg.py::test_urlparse[test_case513] PASSED
1010 tests/models/test_whatwg.py::test_urlparse[test_case514] PASSED
1011 tests/models/test_whatwg.py::test_urlparse[test_case515] PASSED
1012 tests/models/test_whatwg.py::test_urlparse[test_case516] PASSED
1013 tests/models/test_whatwg.py::test_urlparse[test_case517] PASSED
1014 tests/models/test_whatwg.py::test_urlparse[test_case518] PASSED
1015 tests/models/test_whatwg.py::test_urlparse[test_case519] PASSED
1016 tests/models/test_whatwg.py::test_urlparse[test_case520] PASSED
1017 tests/models/test_whatwg.py::test_urlparse[test_case521] PASSED
1018 tests/models/test_whatwg.py::test_urlparse[test_case522] PASSED
1019 tests/models/test_whatwg.py::test_urlparse[test_case523] PASSED
1020 tests/models/test_whatwg.py::test_urlparse[test_case524] PASSED
1021 tests/models/test_whatwg.py::test_urlparse[test_case525] PASSED
1022 tests/models/test_whatwg.py::test_urlparse[test_case526] PASSED
1023 tests/models/test_whatwg.py::test_urlparse[test_case527] PASSED
1024 tests/models/test_whatwg.py::test_urlparse[test_case528] PASSED
1025 tests/models/test_whatwg.py::test_urlparse[test_case529] PASSED
1026 tests/models/test_whatwg.py::test_urlparse[test_case530] PASSED
1027 tests/models/test_whatwg.py::test_urlparse[test_case531] PASSED
1028 tests/models/test_whatwg.py::test_urlparse[test_case532] PASSED
1029 tests/models/test_whatwg.py::test_urlparse[test_case533] PASSED
1030 tests/models/test_whatwg.py::test_urlparse[test_case534] PASSED
1031 tests/models/test_whatwg.py::test_urlparse[test_case535] PASSED
1032 tests/models/test_whatwg.py::test_urlparse[test_case536] PASSED
1033 tests/models/test_whatwg.py::test_urlparse[test_case537] PASSED
1034 tests/models/test_whatwg.py::test_urlparse[test_case538] PASSED
1035 tests/models/test_whatwg.py::test_urlparse[test_case539] PASSED
1036 tests/models/test_whatwg.py::test_urlparse[test_case540] PASSED
1037 tests/models/test_whatwg.py::test_urlparse[test_case541] PASSED
1038 tests/models/test_whatwg.py::test_urlparse[test_case542] PASSED
1039 tests/models/test_whatwg.py::test_urlparse[test_case543] PASSED
1040 tests/models/test_whatwg.py::test_urlparse[test_case544] PASSED
1041 tests/models/test_whatwg.py::test_urlparse[test_case545] PASSED
1042 tests/models/test_whatwg.py::test_urlparse[test_case546] PASSED
1043 tests/models/test_whatwg.py::test_urlparse[test_case547] PASSED
1044 tests/models/test_whatwg.py::test_urlparse[test_case548] PASSED
1045 tests/models/test_whatwg.py::test_urlparse[test_case549] PASSED
1046 tests/models/test_whatwg.py::test_urlparse[test_case550] PASSED
1047 tests/models/test_whatwg.py::test_urlparse[test_case551] PASSED
1048 tests/models/test_whatwg.py::test_urlparse[test_case552] PASSED
1049 tests/models/test_whatwg.py::test_urlparse[test_case553] PASSED
1050 tests/models/test_whatwg.py::test_urlparse[test_case554] PASSED
1051 tests/models/test_whatwg.py::test_urlparse[test_case555] PASSED
1052 tests/models/test_whatwg.py::test_urlparse[test_case556] PASSED
1053 tests/models/test_whatwg.py::test_urlparse[test_case557] PASSED
1054 tests/models/test_whatwg.py::test_urlparse[test_case558] PASSED
1055 tests/models/test_whatwg.py::test_urlparse[test_case559] PASSED
1056 tests/models/test_whatwg.py::test_urlparse[test_case560] PASSED
1057 tests/models/test_whatwg.py::test_urlparse[test_case561] PASSED
1058 tests/models/test_whatwg.py::test_urlparse[test_case562] PASSED
1059 tests/test_api.py::test_get PASSED
1060 tests/test_api.py::test_post PASSED
1061 tests/test_api.py::test_post_byte_iterator PASSED
1062 tests/test_api.py::test_post_byte_stream PASSED
1063 tests/test_api.py::test_options PASSED
1064 tests/test_api.py::test_head PASSED
1065 tests/test_api.py::test_put PASSED
1066 tests/test_api.py::test_patch PASSED
1067 tests/test_api.py::test_delete PASSED
1068 tests/test_api.py::test_stream PASSED
1069 tests/test_api.py::test_get_invalid_url PASSED
1070 tests/test_asgi.py::test_asgi_transport[asyncio] PASSED
1071 tests/test_asgi.py::test_asgi_transport_no_body[asyncio] PASSED
1072 tests/test_asgi.py::test_asgi[asyncio] PASSED
1073 tests/test_asgi.py::test_asgi_urlencoded_path[asyncio] PASSED
1074 tests/test_asgi.py::test_asgi_raw_path[asyncio] PASSED
1075 tests/test_asgi.py::test_asgi_raw_path_should_not_include_querystring_portion[asyncio] PASSED
1076 tests/test_asgi.py::test_asgi_upload[asyncio] PASSED
1077 tests/test_asgi.py::test_asgi_headers[asyncio] PASSED
1078 tests/test_asgi.py::test_asgi_exc[asyncio] PASSED
1079 tests/test_asgi.py::test_asgi_exc_after_response[asyncio] PASSED
1080 tests/test_asgi.py::test_asgi_disconnect_after_response_complete[asyncio] PASSED
1081 tests/test_asgi.py::test_asgi_exc_no_raise[asyncio] PASSED
1082 tests/test_asgi.py::test_deprecated_shortcut[asyncio] PASSED
1083 tests/test_auth.py::test_basic_auth PASSED
1084 tests/test_auth.py::test_digest_auth_with_200 PASSED
1085 tests/test_auth.py::test_digest_auth_with_401 PASSED
1086 tests/test_auth.py::test_digest_auth_with_401_nonce_counting PASSED
1087 tests/test_auth.py::test_digest_auth_setting_cookie_in_request PASSED
1088 tests/test_auth.py::test_digest_auth_rfc_2069 PASSED
1089 tests/test_auth.py::test_digest_auth_rfc_7616_md5 PASSED
1090 tests/test_auth.py::test_digest_auth_rfc_7616_sha_256 PASSED
1091 tests/test_config.py::test_load_ssl_config PASSED
1092 tests/test_config.py::test_load_ssl_config_verify_non_existing_path PASSED
1093 tests/test_config.py::test_load_ssl_config_verify_existing_file PASSED
1094 tests/test_config.py::test_load_ssl_config_verify_env_file[SSL_CERT_FILE] PASSED
1095 tests/test_config.py::test_load_ssl_config_verify_env_file[SSL_CERT_DIR] PASSED
1096 tests/test_config.py::test_load_ssl_config_verify_directory PASSED
1097 tests/test_config.py::test_load_ssl_config_cert_and_key PASSED
1098 tests/test_config.py::test_load_ssl_config_cert_and_encrypted_key[password0] PASSED
1099 tests/test_config.py::test_load_ssl_config_cert_and_encrypted_key[password1] PASSED
1100 tests/test_config.py::test_load_ssl_config_cert_and_key_invalid_password PASSED
1101 tests/test_config.py::test_load_ssl_config_cert_without_key_raises PASSED
1102 tests/test_config.py::test_load_ssl_config_no_verify PASSED
1103 tests/test_config.py::test_load_ssl_context PASSED
1104 tests/test_config.py::test_create_ssl_context_with_get_request PASSED
1105 tests/test_config.py::test_limits_repr PASSED
1106 tests/test_config.py::test_limits_eq PASSED
1107 tests/test_config.py::test_timeout_eq PASSED
1108 tests/test_config.py::test_timeout_all_parameters_set PASSED
1109 tests/test_config.py::test_timeout_from_nothing PASSED
1110 tests/test_config.py::test_timeout_from_none PASSED
1111 tests/test_config.py::test_timeout_from_one_none_value PASSED
1112 tests/test_config.py::test_timeout_from_one_value PASSED
1113 tests/test_config.py::test_timeout_from_one_value_and_default PASSED
1114 tests/test_config.py::test_timeout_missing_default PASSED
1115 tests/test_config.py::test_timeout_from_tuple PASSED
1116 tests/test_config.py::test_timeout_from_config_instance PASSED
1117 tests/test_config.py::test_timeout_repr PASSED
1118 tests/test_config.py::test_ssl_config_support_for_keylog_file PASSED
1119 tests/test_config.py::test_proxy_from_url PASSED
1120 tests/test_config.py::test_proxy_with_auth_from_url PASSED
1121 tests/test_config.py::test_invalid_proxy_scheme PASSED
1122 tests/test_content.py::test_empty_content[asyncio] PASSED
1123 tests/test_content.py::test_bytes_content[asyncio] PASSED
1124 tests/test_content.py::test_bytesio_content[asyncio] PASSED
1125 tests/test_content.py::test_async_bytesio_content[asyncio] PASSED
1126 tests/test_content.py::test_iterator_content[asyncio] PASSED
1127 tests/test_content.py::test_aiterator_content[asyncio] PASSED
1128 tests/test_content.py::test_json_content[asyncio] PASSED
1129 tests/test_content.py::test_urlencoded_content[asyncio] PASSED
1130 tests/test_content.py::test_urlencoded_boolean[asyncio] PASSED
1131 tests/test_content.py::test_urlencoded_none[asyncio] PASSED
1132 tests/test_content.py::test_urlencoded_list[asyncio] PASSED
1133 tests/test_content.py::test_multipart_files_content[asyncio] PASSED
1134 tests/test_content.py::test_multipart_data_and_files_content[asyncio] PASSED
1135 tests/test_content.py::test_empty_request[asyncio] PASSED
1136 tests/test_content.py::test_multipart_multiple_files_single_input_content[asyncio] PASSED
1137 tests/test_content.py::test_response_empty_content[asyncio] PASSED
1138 tests/test_content.py::test_response_bytes_content[asyncio] PASSED
1139 tests/test_content.py::test_response_iterator_content[asyncio] PASSED
1140 tests/test_content.py::test_response_aiterator_content[asyncio] PASSED
1141 tests/test_content.py::test_invalid_argument PASSED
1142 tests/test_content.py::test_response_invalid_argument PASSED
1143 tests/test_decoders.py::test_deflate PASSED
1144 tests/test_decoders.py::test_zlib PASSED
1145 tests/test_decoders.py::test_gzip PASSED
1146 tests/test_decoders.py::test_brotli PASSED
1147 tests/test_decoders.py::test_zstd PASSED
1148 tests/test_decoders.py::test_zstd_decoding_error PASSED
1149 tests/test_decoders.py::test_zstd_multiframe PASSED
1150 tests/test_decoders.py::test_multi PASSED
1151 tests/test_decoders.py::test_multi_with_identity PASSED
1152 tests/test_decoders.py::test_streaming[asyncio] PASSED
1153 tests/test_decoders.py::test_text_decoder_with_autodetect[asyncio-data0-ascii] PASSED
1154 tests/test_decoders.py::test_text_decoder_with_autodetect[asyncio-data1-utf-8] PASSED
1155 tests/test_decoders.py::test_text_decoder_with_autodetect[asyncio-data2-cp1252] PASSED
1156 tests/test_decoders.py::test_text_decoder_with_autodetect[asyncio-data3-iso-8859-1] PASSED
1157 tests/test_decoders.py::test_text_decoder_known_encoding[asyncio] PASSED
1158 tests/test_decoders.py::test_empty_content[deflate] PASSED
1159 tests/test_decoders.py::test_empty_content[gzip] PASSED
1160 tests/test_decoders.py::test_empty_content[br] PASSED
1161 tests/test_decoders.py::test_empty_content[identity] PASSED
1162 tests/test_decoders.py::test_decoders_empty_cases[deflate] PASSED
1163 tests/test_decoders.py::test_decoders_empty_cases[gzip] PASSED
1164 tests/test_decoders.py::test_decoders_empty_cases[br] PASSED
1165 tests/test_decoders.py::test_decoders_empty_cases[identity] PASSED
1166 tests/test_decoders.py::test_decoding_errors[deflate] PASSED
1167 tests/test_decoders.py::test_decoding_errors[gzip] PASSED
1168 tests/test_decoders.py::test_decoding_errors[br] PASSED
1169 tests/test_decoders.py::test_text_decoder_empty_cases PASSED
1170 tests/test_decoders.py::test_streaming_text_decoder[data0-expected0] PASSED
1171 tests/test_decoders.py::test_line_decoder_nl PASSED
1172 tests/test_decoders.py::test_line_decoder_cr PASSED
1173 tests/test_decoders.py::test_line_decoder_crnl PASSED
1174 tests/test_decoders.py::test_invalid_content_encoding_header PASSED
1175 tests/test_exceptions.py::test_httpcore_all_exceptions_mapped PASSED
1176 tests/test_exceptions.py::test_httpcore_exception_mapping PASSED
1177 tests/test_exceptions.py::test_request_attribute PASSED
1178 tests/test_exported_members.py::test_all_imports_are_exported PASSED
1179 tests/test_main.py::test_help PASSED
1180 tests/test_main.py::test_get PASSED
1181 tests/test_main.py::test_json PASSED
1182 tests/test_main.py::test_binary PASSED
1183 tests/test_main.py::test_redirects PASSED
1184 tests/test_main.py::test_follow_redirects PASSED
1185 tests/test_main.py::test_post PASSED
1186 tests/test_main.py::test_verbose PASSED
1187 tests/test_main.py::test_auth PASSED
1188 tests/test_main.py::test_download PASSED
1189 tests/test_main.py::test_errors PASSED
1190 tests/test_multipart.py::test_multipart[abc-abc0] PASSED
1191 tests/test_multipart.py::test_multipart[abc-abc1] PASSED
1192 tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary=+++; charset=utf-8] PASSED
1193 tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; charset=utf-8; boundary=+++] PASSED
1194 tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary=+++] PASSED
1195 tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary=+++ ;] PASSED
1196 tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary="+++"; charset=utf-8] PASSED
1197 tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; charset=utf-8; boundary="+++"] PASSED
1198 tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary="+++"] PASSED
1199 tests/test_multipart.py::test_multipart_explicit_boundary[multipart/form-data; boundary="+++" ;] PASSED
1200 tests/test_multipart.py::test_multipart_header_without_boundary[multipart/form-data; charset=utf-8] PASSED
1201 tests/test_multipart.py::test_multipart_header_without_boundary[multipart/form-data; charset=utf-8; ] PASSED
1202 tests/test_multipart.py::test_multipart_invalid_key[abc] PASSED
1203 tests/test_multipart.py::test_multipart_invalid_key[1] PASSED
1204 tests/test_multipart.py::test_multipart_invalid_key[2.3] PASSED
1205 tests/test_multipart.py::test_multipart_invalid_key[None] PASSED
1206 tests/test_multipart.py::test_multipart_invalid_value[value0] PASSED
1207 tests/test_multipart.py::test_multipart_invalid_value[value1] PASSED
1208 tests/test_multipart.py::test_multipart_file_tuple PASSED
1209 tests/test_multipart.py::test_multipart_file_tuple_headers[None] PASSED
1210 tests/test_multipart.py::test_multipart_file_tuple_headers[text/plain] PASSED
1211 tests/test_multipart.py::test_multipart_headers_include_content_type PASSED
1212 tests/test_multipart.py::test_multipart_encode PASSED
1213 tests/test_multipart.py::test_multipart_encode_unicode_file_contents PASSED
1214 tests/test_multipart.py::test_multipart_encode_files_allows_filenames_as_none PASSED
1215 tests/test_multipart.py::test_multipart_encode_files_guesses_correct_content_type[example.json-application/json] PASSED
1216 tests/test_multipart.py::test_multipart_encode_files_guesses_correct_content_type[example.txt-text/plain] PASSED
1217 tests/test_multipart.py::test_multipart_encode_files_guesses_correct_content_type[no-extension-application/octet-stream] PASSED
1218 tests/test_multipart.py::test_multipart_encode_files_allows_bytes_content PASSED
1219 tests/test_multipart.py::test_multipart_encode_files_allows_str_content PASSED
1220 tests/test_multipart.py::test_multipart_encode_files_raises_exception_with_StringIO_content PASSED
1221 tests/test_multipart.py::test_multipart_encode_files_raises_exception_with_text_mode_file PASSED
1222 tests/test_multipart.py::test_multipart_encode_non_seekable_filelike PASSED
1223 tests/test_multipart.py::test_multipart_rewinds_files PASSED
1224 tests/test_multipart.py::TestHeaderParamHTML5Formatting::test_unicode PASSED
1225 tests/test_multipart.py::TestHeaderParamHTML5Formatting::test_ascii PASSED
1226 tests/test_multipart.py::TestHeaderParamHTML5Formatting::test_unicode_escape PASSED
1227 tests/test_multipart.py::TestHeaderParamHTML5Formatting::test_unicode_with_control_character PASSED
1228 tests/test_status_codes.py::test_status_code_as_int PASSED
1229 tests/test_status_codes.py::test_status_code_value_lookup PASSED
1230 tests/test_status_codes.py::test_status_code_phrase_lookup PASSED
1231 tests/test_status_codes.py::test_lowercase_status_code PASSED
1232 tests/test_status_codes.py::test_reason_phrase_for_status_code PASSED
1233 tests/test_status_codes.py::test_reason_phrase_for_unknown_status_code PASSED
1234 tests/test_timeouts.py::test_read_timeout[asyncio] PASSED
1235 tests/test_timeouts.py::test_write_timeout[asyncio] PASSED
1236 tests/test_timeouts.py::test_connect_timeout[asyncio] PASSED
1237 tests/test_timeouts.py::test_pool_timeout[asyncio] PASSED
1238 tests/test_timeouts.py::test_async_client_new_request_send_timeout[asyncio] PASSED
1239 tests/test_utils.py::test_encoded[utf-32] PASSED
1240 tests/test_utils.py::test_encoded[utf-8-sig] PASSED
1241 tests/test_utils.py::test_encoded[utf-16] PASSED
1242 tests/test_utils.py::test_encoded[utf-8] PASSED
1243 tests/test_utils.py::test_encoded[utf-16-be] PASSED
1244 tests/test_utils.py::test_encoded[utf-16-le] PASSED
1245 tests/test_utils.py::test_encoded[utf-32-be] PASSED
1246 tests/test_utils.py::test_encoded[utf-32-le] PASSED
1247 tests/test_utils.py::test_bad_utf_like_encoding PASSED
1248 tests/test_utils.py::test_guess_by_bom[utf-16-be-utf-16] PASSED
1249 tests/test_utils.py::test_guess_by_bom[utf-16-le-utf-16] PASSED
1250 tests/test_utils.py::test_guess_by_bom[utf-32-be-utf-32] PASSED
1251 tests/test_utils.py::test_guess_by_bom[utf-32-le-utf-32] PASSED
1252 tests/test_utils.py::test_parse_header_links[<http:/.../front.jpeg>; rel=front; type="image/jpeg"-expected0] PASSED
1253 tests/test_utils.py::test_parse_header_links[<http:/.../front.jpeg>-expected1] PASSED
1254 tests/test_utils.py::test_parse_header_links[<http:/.../front.jpeg>;-expected2] PASSED
1255 tests/test_utils.py::test_parse_header_links[<http:/.../front.jpeg>; type="image/jpeg",<http://.../back.jpeg>;-expected3] PASSED
1256 tests/test_utils.py::test_parse_header_links[-expected4] PASSED
1257 tests/test_utils.py::test_parse_header_links_no_link PASSED
1258 tests/test_utils.py::test_logging_request PASSED
1259 tests/test_utils.py::test_logging_redirect_chain PASSED
1260 tests/test_utils.py::test_logging_ssl PASSED
1261 tests/test_utils.py::test_get_ssl_cert_file PASSED
1262 tests/test_utils.py::test_get_environment_proxies[environment0-proxies0] PASSED
1263 tests/test_utils.py::test_get_environment_proxies[environment1-proxies1] PASSED
1264 tests/test_utils.py::test_get_environment_proxies[environment2-proxies2] PASSED
1265 tests/test_utils.py::test_get_environment_proxies[environment3-proxies3] PASSED
1266 tests/test_utils.py::test_get_environment_proxies[environment4-proxies4] PASSED
1267 tests/test_utils.py::test_get_environment_proxies[environment5-proxies5] PASSED
1268 tests/test_utils.py::test_get_environment_proxies[environment6-proxies6] PASSED
1269 tests/test_utils.py::test_get_environment_proxies[environment7-proxies7] PASSED
1270 tests/test_utils.py::test_get_environment_proxies[environment8-proxies8] PASSED
1271 tests/test_utils.py::test_get_environment_proxies[environment9-proxies9] PASSED
1272 tests/test_utils.py::test_get_environment_proxies[environment10-proxies10] PASSED
1273 tests/test_utils.py::test_get_environment_proxies[environment11-proxies11] PASSED
1274 tests/test_utils.py::test_obfuscate_sensitive_headers[headers0-output0] PASSED
1275 tests/test_utils.py::test_obfuscate_sensitive_headers[headers1-output1] PASSED
1276 tests/test_utils.py::test_obfuscate_sensitive_headers[headers2-output2] PASSED
1277 tests/test_utils.py::test_same_origin PASSED
1278 tests/test_utils.py::test_not_same_origin PASSED
1279 tests/test_utils.py::test_is_https_redirect PASSED
1280 tests/test_utils.py::test_is_not_https_redirect PASSED
1281 tests/test_utils.py::test_is_not_https_redirect_if_not_default_ports PASSED
1282 tests/test_utils.py::test_url_matches[http://example.com-http://example.com-True] PASSED
1283 tests/test_utils.py::test_url_matches[http://example.com-https://example.com-False] PASSED
1284 tests/test_utils.py::test_url_matches[http://example.com-http://other.com-False] PASSED
1285 tests/test_utils.py::test_url_matches[http://example.com:123-http://example.com:123-True] PASSED
1286 tests/test_utils.py::test_url_matches[http://example.com:123-http://example.com:456-False] PASSED
1287 tests/test_utils.py::test_url_matches[http://example.com:123-http://example.com-False] PASSED
1288 tests/test_utils.py::test_url_matches[all://example.com-http://example.com-True] PASSED
1289 tests/test_utils.py::test_url_matches[all://example.com-https://example.com-True] PASSED
1290 tests/test_utils.py::test_url_matches[http://-http://example.com-True] PASSED
1291 tests/test_utils.py::test_url_matches[http://-https://example.com-False] PASSED
1292 tests/test_utils.py::test_url_matches[all://-https://example.com:123-True] PASSED
1293 tests/test_utils.py::test_url_matches[-https://example.com:123-True] PASSED
1294 tests/test_utils.py::test_pattern_priority PASSED
1295 tests/test_wsgi.py::test_wsgi PASSED
1296 tests/test_wsgi.py::test_wsgi_upload PASSED
1297 tests/test_wsgi.py::test_wsgi_upload_with_response_stream PASSED
1298 tests/test_wsgi.py::test_wsgi_exc PASSED
1299 tests/test_wsgi.py::test_wsgi_http_error PASSED
1300 tests/test_wsgi.py::test_wsgi_generator PASSED
1301 tests/test_wsgi.py::test_wsgi_generator_empty PASSED
1302 tests/test_wsgi.py::test_logging PASSED
1303 tests/test_wsgi.py::test_wsgi_server_port[auto-http] PASSED
1304 tests/test_wsgi.py::test_wsgi_server_port[auto-https] PASSED
1305 tests/test_wsgi.py::test_wsgi_server_port[explicit-port] PASSED
1306 tests/test_wsgi.py::test_wsgi_server_protocol PASSED
1307 tests/test_wsgi.py::test_deprecated_shortcut PASSED
1309 =========================== short test summary info ============================
1310 ======== 1299 passed, 1 skipped ========