(httpbin)
| 44 | |
| 45 | |
| 46 | def test_raw_request_headers_response_headers(httpbin): |
| 47 | r = http('--print=Hh', httpbin + '/get', env=MockEnvironment(stdout_isatty=False)) |
| 48 | assert_output_matches(r, [Expect.REQUEST_HEADERS, Expect.RESPONSE_HEADERS]) |
| 49 | |
| 50 | |
| 51 | def test_terminal_request_body_response_body(httpbin): |
nothing calls this directly
no test coverage detected