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

Function test_cli_export

tests/test_httpie_cli.py:135–138  ·  view source on GitHub ↗
(load_func, extra_options)

Source from the content-addressed store, hash-verified

133 ]
134)
135def test_cli_export(load_func, extra_options):
136 response = httpie('cli', 'export-args', *extra_options)
137 assert response.exit_status == ExitStatus.SUCCESS
138 assert load_func(response)['version'] == PARSER_SPEC_VERSION

Callers

nothing calls this directly

Calls 1

httpieFunction · 0.90

Tested by

no test coverage detected