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

Method test_default

tests/unit/botocore/test_utils.py:1426–1429  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1424 )
1425
1426 def test_default(self):
1427 self.assertEqual(
1428 get_service_module_name(self.service_model), 'MyService'
1429 )
1430
1431 def test_client_name_with_amazon(self):
1432 self.service_description['metadata']['serviceFullName'] = (

Callers

nothing calls this directly

Calls 1

get_service_module_nameFunction · 0.90

Tested by

no test coverage detected