| 4 | import pandas as pd |
| 5 | |
| 6 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected