MCPcopy Create free account
hub / github.com/aws/aws-cli / test_bucket

Method test_bucket

tests/unit/customizations/s3/test_utils.py:137–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 self.assertEqual(key, '\u5678')
136
137 def test_bucket(self):
138 bucket, key = find_bucket_key('bucket')
139 self.assertEqual(bucket, 'bucket')
140 self.assertEqual(key, '')
141
142 def test_bucket_with_slash(self):
143 bucket, key = find_bucket_key('bucket/')

Callers

nothing calls this directly

Calls 1

find_bucket_keyFunction · 0.90

Tested by

no test coverage detected