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

Method test_json_value_dict

tests/unit/test_argprocess.py:934–938  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

932 )
933
934 def test_json_value_dict(self):
935 value = '{"foo": "bar"}'
936 self.assertEqual(
937 unpack_cli_arg(self.p, value), OrderedDict([('foo', 'bar')])
938 )
939
940 def test_json_value_list(self):
941 value = '["foo", "bar"]'

Callers

nothing calls this directly

Calls 1

unpack_cli_argFunction · 0.90

Tested by

no test coverage detected