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

Method test_number

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

Source from the content-addressed store, hash-verified

78 )
79
80 def test_number(self):
81 self.assertEqual(
82 type(1.2), type(eval(self.sc.prettyPrintSchema({"type": "number"})))
83 )
84
85 def test_boolean(self):
86 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected