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

Method test_read

tests/test_fiona.py:7–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class TestFiona(unittest.TestCase):
7 def test_read(self):
8 with fiona.open("/input/tests/data/coutwildrnp.shp") as source:
9 self.assertEqual(67, len(source))
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected