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

Method test_integer

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

Source from the content-addressed store, hash-verified

73 )
74
75 def test_integer(self):
76 self.assertEqual(
77 type(20), type(eval(self.sc.prettyPrintSchema({"type": "integer"})))
78 )
79
80 def test_number(self):
81 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected