MCPcopy Create free account
hub / github.com/googleapis/google-api-python-client / test_boolean_default

Method test_boolean_default

tests/test_schema.py:105–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 )
104
105 def test_boolean_default(self):
106 self.assertEqual(
107 False,
108 eval(self.sc.prettyPrintSchema({"type": "boolean", "default": False})),
109 )
110
111 def test_null(self):
112 self.assertEqual(None, eval(self.sc.prettyPrintSchema({"type": "null"})))

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected