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

Method test_simple_object

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

Source from the content-addressed store, hash-verified

65 self.assertTrue("Unknown type" in self.sc.prettyPrintSchema({}))
66
67 def test_simple_object(self):
68 self.assertEqual({}, eval(self.sc.prettyPrintSchema({"type": "object"})))
69
70 def test_string(self):
71 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected