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

Method test_json_value_int

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

Source from the content-addressed store, hash-verified

942 self.assertEqual(unpack_cli_arg(self.p, value), ['foo', 'bar'])
943
944 def test_json_value_int(self):
945 value = "5"
946 self.assertEqual(unpack_cli_arg(self.p, value), 5)
947
948 def test_json_value_float(self):
949 value = "1.2"

Callers

nothing calls this directly

Calls 1

unpack_cli_argFunction · 0.90

Tested by

no test coverage detected