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

Method test_json_value_float

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

Source from the content-addressed store, hash-verified

946 self.assertEqual(unpack_cli_arg(self.p, value), 5)
947
948 def test_json_value_float(self):
949 value = "1.2"
950 self.assertEqual(unpack_cli_arg(self.p, value), 1.2)
951
952 def test_json_value_string(self):
953 value = '"5"'

Callers

nothing calls this directly

Calls 1

unpack_cli_argFunction · 0.90

Tested by

no test coverage detected