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

Class TestFiona

tests/test_fiona.py:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import pandas as pd
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