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

Method test_any

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

Source from the content-addressed store, hash-verified

112 self.assertEqual(None, eval(self.sc.prettyPrintSchema({"type": "null"})))
113
114 def test_any(self):
115 self.assertEqual("", eval(self.sc.prettyPrintSchema({"type": "any"})))
116
117 def test_array(self):
118 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected