(httpbin)
| 34 | |
| 35 | |
| 36 | def test_raw_request_headers_response_body(httpbin): |
| 37 | r = http('--print=Hb', httpbin + '/get', env=MockEnvironment(stdout_isatty=False)) |
| 38 | assert_output_matches(r, ExpectSequence.RAW_REQUEST) |
| 39 | |
| 40 | |
| 41 | def test_terminal_request_headers_response_headers(httpbin): |
nothing calls this directly
no test coverage detected