MCPcopy Index your code
hub / github.com/httpie/cli / test_format_options_accumulation

Method test_format_options_accumulation

tests/test_output.py:594–599  ·  view source on GitHub ↗
(self, args, expected_format_options)

Source from the content-addressed store, hash-verified

592 ],
593 )
594 def test_format_options_accumulation(self, args, expected_format_options):
595 parsed_args = parser.parse_args(
596 args=[*args, 'example.org'],
597 env=MockEnvironment(),
598 )
599 assert parsed_args.format_options == expected_format_options
600
601
602@responses.activate

Callers

nothing calls this directly

Calls 2

MockEnvironmentClass · 0.85
parse_argsMethod · 0.45

Tested by

no test coverage detected