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

Method test_json_value_header

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

Source from the content-addressed store, hash-verified

211 self.assertFalse(is_json_value_header(shape))
212
213 def test_json_value_header(self):
214 shape = mock.Mock()
215 shape.serialization = {'jsonvalue': True, 'location': 'header'}
216 shape.type_name = 'string'
217 self.assertTrue(is_json_value_header(shape))
218
219
220class TestURINormalization(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

is_json_value_headerFunction · 0.90

Tested by

no test coverage detected