MCPcopy
hub / github.com/google/earthengine-api / CheckDataInit

Method CheckDataInit

python/ee/tests/ee_test.py:84–85  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

82 expected_project = None
83
84 def CheckDataInit(**kwargs):
85 self.assertEqual(expected_project, kwargs.get('project'))
86
87 moc = mock.patch.object
88 with (moc(ee.oauth, 'get_credentials_arguments', new=lambda: cred_args),

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected