Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ test_geometry
Method
test_geometry
tests/test_shapely.py:6–9 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4
5
class
TestShapely(unittest.TestCase):
6
def
test_geometry(self):
7
p = Point(0.0, 0.0)
8
9
self.assertEqual(
"Point"
, p.geom_type)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected