(self)
| 40 | self.assertIsNotNone(browser.file_open) |
| 41 | |
| 42 | def test_settitle(self): |
| 43 | mb = self.mb |
| 44 | self.assertIn(os.path.basename(__file__), mb.top.title()) |
| 45 | self.assertEqual(mb.top.iconname(), 'Module Browser') |
| 46 | |
| 47 | def test_rootnode(self): |
| 48 | mb = self.mb |
nothing calls this directly
no test coverage detected