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

Method test_json_value_string

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

Source from the content-addressed store, hash-verified

950 self.assertEqual(unpack_cli_arg(self.p, value), 1.2)
951
952 def test_json_value_string(self):
953 value = '"5"'
954 self.assertEqual(unpack_cli_arg(self.p, value), '5')
955
956 def test_json_value_boolean(self):
957 value = "true"

Callers

nothing calls this directly

Calls 1

unpack_cli_argFunction · 0.90

Tested by

no test coverage detected