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

Method test_client_name

tests/unit/botocore/test_client.py:219–224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217 service_client.test_operation(Bar='two')
218
219 def test_client_name(self):
220 creator = self.create_client_creator()
221 service_client = creator.create_client(
222 'myservice', 'us-west-2', credentials=self.credentials
223 )
224 self.assertTrue(service_client.__class__.__name__, 'MyService')
225
226 def test_client_name_with_amazon(self):
227 self.service_description['metadata']['serviceFullName'] = (

Callers

nothing calls this directly

Calls 2

create_client_creatorMethod · 0.95
create_clientMethod · 0.45

Tested by

no test coverage detected