test_respect_proxy_env_on_get() — requests Function Reference
Architecture documentation for the test_respect_proxy_env_on_get() function in test_requests.py from the requests codebase.
Entity Profile
Dependency Diagram
graph TD 8daaa485_ef64_c19f_b1fe_2cb18c12412e["test_respect_proxy_env_on_get()"] 22b80b19_26d4_cd0e_c476_3edf87b3df14["TestRequests"] 8daaa485_ef64_c19f_b1fe_2cb18c12412e -->|defined in| 22b80b19_26d4_cd0e_c476_3edf87b3df14 eb4927de_0f5a_e91b_5675_eee3babf26c6["override_environ()"] 8daaa485_ef64_c19f_b1fe_2cb18c12412e -->|calls| eb4927de_0f5a_e91b_5675_eee3babf26c6 style 8daaa485_ef64_c19f_b1fe_2cb18c12412e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tests/test_requests.py lines 633–637
def test_respect_proxy_env_on_get(self, httpbin):
with override_environ(http_proxy=INVALID_PROXY):
with pytest.raises(ProxyError):
session = requests.Session()
session.get(httpbin())
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does test_respect_proxy_env_on_get() do?
test_respect_proxy_env_on_get() is a function in the requests codebase, defined in tests/test_requests.py.
Where is test_respect_proxy_env_on_get() defined?
test_respect_proxy_env_on_get() is defined in tests/test_requests.py at line 633.
What does test_respect_proxy_env_on_get() call?
test_respect_proxy_env_on_get() calls 1 function(s): override_environ.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free