(self)
| 45 | self.assertEqual(pb.top.iconname(), 'Path Browser') |
| 46 | |
| 47 | def test_rootnode(self): |
| 48 | pb = self.pb |
| 49 | rn = pb.rootnode() |
| 50 | self.assertIsInstance(rn, pathbrowser.PathBrowserTreeItem) |
| 51 | |
| 52 | def test_close(self): |
| 53 | pb = self.pb |
nothing calls this directly
no test coverage detected