Test about dialog title
(self)
| 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.""" |
nothing calls this directly
no test coverage detected