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

Method test_read_tif

tests/test_openslide.py:6–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class TestOpenslide(unittest.TestCase):
6 def test_read_tif(self):
7 with open_slide('/input/tests/data/test.tif') as slide:
8 self.assertEqual(1, slide.level_count)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected