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

Method test_hyphenize_service_id

tests/unit/botocore/test_model.py:70–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 self.assertEqual(self.service_model.service_id, 'MyService')
69
70 def test_hyphenize_service_id(self):
71 self.assertEqual(
72 self.service_model.service_id.hyphenize(), 'myservice'
73 )
74
75 def test_service_id_does_not_exist(self):
76 service_model = {

Callers

nothing calls this directly

Calls 1

hyphenizeMethod · 0.80

Tested by

no test coverage detected