(httpbin)
| 29 | |
| 30 | |
| 31 | def test_terminal_request_headers_response_body(httpbin): |
| 32 | r = http('--print=Hb', httpbin + '/get') |
| 33 | assert_output_matches(r, ExpectSequence.TERMINAL_REQUEST) |
| 34 | |
| 35 | |
| 36 | def test_raw_request_headers_response_body(httpbin): |
nothing calls this directly
no test coverage detected