MCPcopy Index your code
hub / github.com/python-websockets/websockets / test_parse_proxy_user_info

Method test_parse_proxy_user_info

tests/test_proxy.py:206–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204 parse_proxy(proxy)
205
206 def test_parse_proxy_user_info(self):
207 for proxy, user_info in PROXIES_WITH_USER_INFO:
208 with self.subTest(proxy=proxy):
209 self.assertEqual(parse_proxy(proxy).user_info, user_info)
210
211 def test_get_proxy(self):
212 for environ, uri, proxy in PROXY_ENVS:

Callers

nothing calls this directly

Calls 1

parse_proxyFunction · 0.85

Tested by

no test coverage detected