MCPcopy Create free account
hub / github.com/Kaggle/docker-python / TestEarthEngine

Class TestEarthEngine

tests/test_earthengine.py:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import ee
3
4class TestEarthEngine(unittest.TestCase):
5 def test_version(self):
6 self.assertIsNotNone(ee.__version__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected