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

Method assertEqualStrList

Lib/test/test_tkinter/test_images.py:127–129  ·  view source on GitHub ↗
(self, actual, expected)

Source from the content-addressed store, hash-verified

125 self.assertNotIn('::img::test', self.root.image_names())
126
127 def assertEqualStrList(self, actual, expected):
128 self.assertIsInstance(actual, str)
129 self.assertEqual(self.root.splitlist(actual), expected)
130
131 def test_configure_data(self):
132 image = tkinter.BitmapImage('::img::test', master=self.root)

Callers 2

test_configure_dataMethod · 0.95
test_configure_fileMethod · 0.95

Calls 3

assertIsInstanceMethod · 0.80
splitlistMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected