(httpbin)
| 39 | |
| 40 | |
| 41 | def 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 | |
| 46 | def test_raw_request_headers_response_headers(httpbin): |
nothing calls this directly
no test coverage detected