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

Class TestCartopy

tests/test_cartopy.py:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import cartopy.crs as ccrs
4
5class TestCartopy(unittest.TestCase):
6 def test_projection(self):
7 ccrs.PlateCarree()
8 ccrs.Mollweide()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected