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

Method test_number_default

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

Source from the content-addressed store, hash-verified

98 )
99
100 def test_number_default(self):
101 self.assertEqual(
102 1.2, eval(self.sc.prettyPrintSchema({"type": "number", "default": 1.2}))
103 )
104
105 def test_boolean_default(self):
106 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected