MCPcopy
hub / github.com/httpie/cli / test_terminal_request_headers_response_headers

Function test_terminal_request_headers_response_headers

tests/test_tokens.py:41–43  ·  view source on GitHub ↗
(httpbin)

Source from the content-addressed store, hash-verified

39
40
41def test_terminal_request_headers_response_headers(httpbin):
42 r = http('--print=Hh', httpbin + '/get')
43 assert_output_matches(r, [Expect.REQUEST_HEADERS, Expect.RESPONSE_HEADERS])
44
45
46def test_raw_request_headers_response_headers(httpbin):

Callers

nothing calls this directly

Calls 2

httpFunction · 0.85
assert_output_matchesFunction · 0.85

Tested by

no test coverage detected