MCPcopy Index your code
hub / github.com/python/cpython / test_image_names

Method test_image_names

Lib/test/test_tkinter/test_images.py:20–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
25class DefaultRootTest(AbstractDefaultRootTest, unittest.TestCase):

Callers

nothing calls this directly

Calls 2

assertIsInstanceMethod · 0.80
image_namesMethod · 0.45

Tested by

no test coverage detected