MCPcopy Create free account
hub / github.com/aws/aws-cli / runner_browser

Function runner_browser

tests/functional/docs/test_help_output.py:86–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84
85@pytest.fixture
86def runner_browser():
87 file_creator = FileCreator()
88 return runner(
89 file_creator.create_file(
90 'config', '[default]\n' 'cli_help_output = browser\n'
91 )
92 )
93
94
95class TestHelpOutput(BaseAWSHelpOutputTest):

Callers

nothing calls this directly

Calls 3

create_fileMethod · 0.95
FileCreatorClass · 0.90
runnerFunction · 0.85

Tested by

no test coverage detected