(self)
| 18 | self.assertIn('bitmap', image_types) |
| 19 | |
| 20 | def test_image_names(self): |
| 21 | image_names = self.root.image_names() |
| 22 | self.assertIsInstance(image_names, tuple) |
| 23 | |
| 24 | |
| 25 | class DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase): |
nothing calls this directly
no test coverage detected