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

Method test_dialog_title

Lib/idlelib/idle_test/test_help_about.py:106–110  ·  view source on GitHub ↗

Test about dialog title

(self)

Source from the content-addressed store, hash-verified

104 del cls.root
105
106 def test_dialog_title(self):
107 """Test about dialog title"""
108 self.assertEqual(self.dialog.title(),
109 f'About IDLE {python_version()}'
110 f' ({help_about.bits} bit)')
111
112
113class CloseTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 3

python_versionFunction · 0.90
assertEqualMethod · 0.45
titleMethod · 0.45

Tested by

no test coverage detected