MCPcopy
hub / github.com/encode/httpx / test_get_environment_proxies

Function test_get_environment_proxies

tests/test_utils.py:109–112  ·  tests/test_utils.py::test_get_environment_proxies
(environment, proxies)

Source from the content-addressed store, hash-verified

107 ],
108)
109def test_get_environment_proxies(environment, proxies):
110 os.environ.update(environment)
111
112 assert get_environment_proxies() == proxies
113
114
115@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

get_environment_proxiesFunction · 0.90
updateMethod · 0.45

Tested by

no test coverage detected