(load_func, extra_options)
| 133 | ] |
| 134 | ) |
| 135 | def 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 |