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

Function test_naked_invocation

tests/test_cli_ui.py:63–65  ·  view source on GitHub ↗
(ignore_terminal_size, args, expected_msg)

Source from the content-addressed store, hash-verified

61 ]
62)
63def test_naked_invocation(ignore_terminal_size, args, expected_msg):
64 result = http(*args, tolerate_error_exit_status=True)
65 assert result.stderr == expected_msg

Callers

nothing calls this directly

Calls 1

httpFunction · 0.90

Tested by

no test coverage detected