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

Method test_dialog_title

Lib/idlelib/idle_test/test_help_about.py:41–43  ·  view source on GitHub ↗

Test about dialog title

(self)

Source from the content-addressed store, hash-verified

39 self.assertIn(help_about.bits, ('32', '64'))
40
41 def test_dialog_title(self):
42 """Test about dialog title"""
43 self.assertEqual(self.dialog.title(), 'About IDLE')
44
45 def test_dialog_logo(self):
46 """Test about dialog logo."""

Callers

nothing calls this directly

Calls 2

assertEqualMethod · 0.45
titleMethod · 0.45

Tested by

no test coverage detected