MCPcopy
hub / github.com/psf/requests / test_bypass_no_proxy_keyword

Method test_bypass_no_proxy_keyword

tests/test_utils.py:263–265  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

261 ),
262 )
263 def test_bypass_no_proxy_keyword(self, url):
264 no_proxy = "192.168.1.1,requests.com"
265 assert get_environ_proxies(url, no_proxy=no_proxy) == {}
266
267 @pytest.mark.parametrize(
268 "url",

Callers

nothing calls this directly

Calls 1

get_environ_proxiesFunction · 0.90

Tested by

no test coverage detected