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

Method test_string

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

Source from the content-addressed store, hash-verified

68 self.assertEqual({}, eval(self.sc.prettyPrintSchema({"type": "object"})))
69
70 def test_string(self):
71 self.assertEqual(
72 type(""), type(eval(self.sc.prettyPrintSchema({"type": "string"})))
73 )
74
75 def test_integer(self):
76 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected