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

Method test_json_value_list

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

Source from the content-addressed store, hash-verified

938 )
939
940 def test_json_value_list(self):
941 value = '["foo", "bar"]'
942 self.assertEqual(unpack_cli_arg(self.p, value), ['foo', 'bar'])
943
944 def test_json_value_int(self):
945 value = "5"

Callers

nothing calls this directly

Calls 1

unpack_cli_argFunction · 0.90

Tested by

no test coverage detected