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

Method test_boolean

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

Source from the content-addressed store, hash-verified

83 )
84
85 def test_boolean(self):
86 self.assertEqual(
87 type(True), type(eval(self.sc.prettyPrintSchema({"type": "boolean"})))
88 )
89
90 def test_string_default(self):
91 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected