(self)
| 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 |
nothing calls this directly
no test coverage detected