Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psf/requests
/ httpbin
Function
httpbin
tests/conftest.py:35–36 ·
view source on GitHub ↗
(httpbin)
Source
from the content-addressed store, hash-verified
33
34
@pytest.fixture
35
def
httpbin(httpbin):
36
return
prepare_url(httpbin)
37
38
39
@pytest.fixture
Callers
15
test_no_content_length
Method · 0.85
test_no_body_content_length
Method · 0.85
test_empty_content_length
Method · 0.85
test_override_content_length
Method · 0.85
test_mixed_case_scheme_acceptable
Method · 0.85
test_HTTP_200_OK_GET_ALTERNATIVE
Method · 0.85
test_HTTP_302_ALLOW_REDIRECT_GET
Method · 0.85
test_redirect_history_no_self_reference
Method · 0.85
test_HTTP_307_ALLOW_REDIRECT_POST
Method · 0.85
test_HTTP_307_ALLOW_REDIRECT_POST_WITH_SEEKABLE
Method · 0.85
test_HTTP_302_TOO_MANY_REDIRECTS
Method · 0.85
test_HTTP_302_TOO_MANY_REDIRECTS_WITH_PARAMS
Method · 0.85
Calls
1
prepare_url
Function · 0.85
Tested by
no test coverage detected