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

Method test_settitle

Lib/idlelib/idle_test/test_pathbrowser.py:42–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self.assertIsNotNone(browser.file_open)
41
42 def test_settitle(self):
43 pb = self.pb
44 self.assertEqual(pb.top.title(), 'Path Browser')
45 self.assertEqual(pb.top.iconname(), 'Path Browser')
46
47 def test_rootnode(self):
48 pb = self.pb

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
titleMethod · 0.45

Tested by

no test coverage detected