MCPcopy Index your code
hub / github.com/aws/aws-cli / cli_runner

Function cli_runner

tests/functional/ec2instanceconnect/test_ssh.py:49–53  ·  view source on GitHub ↗
(session_stubber, region, aws_config_file)

Source from the content-addressed store, hash-verified

47
48@pytest.fixture
49def cli_runner(session_stubber, region, aws_config_file):
50 cli_runner = CLIRunner(session_stubber=session_stubber)
51 cli_runner.env["AWS_DEFAULT_REGION"] = region
52 cli_runner.env["AWS_CONFIG_FILE"] = aws_config_file
53 return cli_runner
54
55
56def get_describe_private_instance_response():

Callers

nothing calls this directly

Calls 1

CLIRunnerClass · 0.90

Tested by

no test coverage detected