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

Function test_basic_user_agent

tests/functional/test_useragent.py:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24def test_basic_user_agent():
25 cli_runner = CLIRunner()
26 service = 'sts'
27 operation = 'get-caller-identity'
28 result = cli_runner.run([service, operation])
29 assert_expected_user_agent(result, service, operation)
30
31
32def test_user_agent_for_customization():

Callers

nothing calls this directly

Calls 3

runMethod · 0.95
CLIRunnerClass · 0.90

Tested by

no test coverage detected