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

Method test_string_default

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

Source from the content-addressed store, hash-verified

88 )
89
90 def test_string_default(self):
91 self.assertEqual(
92 "foo", eval(self.sc.prettyPrintSchema({"type": "string", "default": "foo"}))
93 )
94
95 def test_integer_default(self):
96 self.assertEqual(

Callers

nothing calls this directly

Calls 1

prettyPrintSchemaMethod · 0.80

Tested by

no test coverage detected