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

Method test_json_value_null

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

Source from the content-addressed store, hash-verified

960 self.assertEqual(unpack_cli_arg(self.p, value), False)
961
962 def test_json_value_null(self):
963 value = 'null'
964 self.assertEqual(unpack_cli_arg(self.p, value), None)
965
966 def test_json_value_decode_error(self):
967 value = 'invalid string to be serialized'

Callers

nothing calls this directly

Calls 1

unpack_cli_argFunction · 0.90

Tested by

no test coverage detected