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

Method test_integer_default

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

Source from the content-addressed store, hash-verified

93 )
94
95 def test_integer_default(self):
96 self.assertEqual(
97 20, eval(self.sc.prettyPrintSchema({"type": "integer", "default": 20}))
98 )
99
100 def test_number_default(self):
101 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected