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

Method test_quiet_with_check_status_non_zero

tests/test_output.py:64–69  ·  view source on GitHub ↗
(self, httpbin)

Source from the content-addressed store, hash-verified

62 assert r.stderr == ''
63
64 def test_quiet_with_check_status_non_zero(self, httpbin):
65 r = http(
66 '--quiet', '--check-status', httpbin + '/status/500',
67 tolerate_error_exit_status=True,
68 )
69 assert 'http: warning: HTTP 500' in r.stderr
70
71 def test_quiet_with_check_status_non_zero_pipe(self, httpbin):
72 r = http(

Callers

nothing calls this directly

Calls 1

httpFunction · 0.85

Tested by

no test coverage detected